The JPF Seed Newsvine plugin is a social bookmarking plugin that allows users to submit posts to Newsvine.com. If the user is already logged in to Newsvine, it automatically submits the posts URL and Title. The download includes two files, jpf_newsvine.php is the plugin, copy it to your Wordpress plugins folder and activate the plugin in your plugin manager, and newsvine.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_newsvine(); ?>
This will display text that says ‘Seed Newsvine’ which links to the Newsvine.com submit page. If you want more control over the appearance, you can add a few parameters:
<?php jpf_newsvine({before}, {Link Text}, {after}); ?>
Here’s how I use it. I first copy the included newsvine.gif file to my image folder, in my case /wp-images/icons. I then include the following in my template:
<?php jpf_newsvine(”,’<img src=”/wp-images/icons/newsvine.gif” alt=”Newsvine” /> Seed Newsvine’,”); ?>
That’s it!
Size: 0,82 kBytes
FileType: .zip-File
Edited on 03. Mar 2007 - 16:33 h
Downloads: 331
Free for visitors






November 11th, 2006 at 11:21 pm
One problem: Seeding your own articles to Newsvine is contrary to their User Agreement. You may crosspost the full text of your post, but you may not seed your own posts.