JPF Seed Newsvine WordPress Plugin
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!
Posted: 06 November 11
Under: Wordpress
Viewed: 5,061 views
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.
Hello
Where can I find a plugins which allow my users links articles and news from other sites to my site? Just they can seed in newsvine.
best regards