• 12,070 views Nov 04, 2006

    The JPF Submit to Netscape plugin is a social bookmarking plugin that allows users to submit posts to Netscape.com. If the user is already logged in to Netscape, it automatically submits the posts URL and Title. The download includes two files, jpf_netscape.php is the plugin, copy it to your Wordpress plugins folder and activate the plugin in your plugin manager, and netscape.gif, an optional icon that can be used as part of your link.

    Once the plugin is activated, include the following somewhere in ‘the loop’, most likely in one of your templates:
    <?php jpf_netscape(); ?>
    This will display text that says ‘Submit to Netscape’ which links to the Netscape.com submit page. If you want more control over the appearance, you can add a few parameters:
    <?php jpf_netscape({before}, {Link Text}, {after}); ?>
    Here’s how I use it. I first copy the included netscape.gif file to my image folder, in my case /wp-images/icons. I then include the following in my template:
    <?php jpf_netscape(”,’<img src=”/wp-images/icons/netscape.gif” alt=”Netscape” /> Submit to Netscape’,”); ?>
    That’s it!

    Name: JPF Submit to Netscape WordPress Plugin [Download]
    Size: 0,99 kBytes
    FileType: .zip-File
    Edited on 03. Mar 2007 - 16:31 h
    Downloads: 388
    Free for visitors

    Tags:

  • 6 Responses

    WP_Modern_Notepad

    Leave a Comment

    Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.