This plugin is a replica ot 'noteworthy' plugin.
This section describes how to install the plugin and get it working.
Extract the zip file and upload the 'ssdFavourite' folder to your wordpress plugins directory ('/wp-content/plugins/').
You will need to make a couple of additions to index.php located in '/wp-contents/themes/[folder of theme used on your blog]'.
Code-1: Set/Unset link. Paste the following line after the tag (heading of the post):
Code-2: Favourite icon. Paste the following line after the '' tag (or above the article content):
NOTE:
You can activate the plugin as usual by navigating to the 'Plugins' page in WordPress admin.
e.g.
plugin-name.php to the /wp-content/plugins/ directory<?php do_action('plugin_name_hook'); ?> in your templatesAdd following CSS style to your theme:
.favourite{ width: 35px; height:28px; background: url('images/favourite.png') center center no-repeat; clear:both; left: 30px; position: relative; } .no_favourite{ width: 35px; height:28px; clear:both; left: 30px; position: relative; } .notew{ width: 35px; height:28px; clear:both; float: left; }