Give your blog readers the ability to submit or 'Energize' your post without even leaving your site. DesignGizer.com button is great for generating traffic and spreading the word about your posts. Make it easy for your readers to Energize your work by including the buttons below each article.
Download our DesignGizer vote button, and install it on your blog to display the voting button in your blog using the display options.
Download DesignGizer vote button
Or, you can add the code manually by editing your theme files!
Edit your single.php file in your theme folder and place the code below in the location you want the button to appear (then save and upload and you are done!):
Add this code:
<script type="text/javascript">url_site='<?php the_permalink(); ?>'; </script> <script src="http://www.designgizer.com/sites/all/modules/drigg_external/js/button.js" type="text/javascript"></script>
The same code as above, but replace the url_site variable with whatever variable your CMS or blogging system uses as a link to the current page or with a specific url (example: Replace 'LINK_TO_YOUR_POST_GOES_HERE' with 'http://example.com'), and here is the code:
<script type="text/javascript"> url_site='LINK_TO_YOUR_POST_GOES_HERE';</script> <script src="http://www.designgizer.com/sites/all/modules/drigg_external/js/button.js" type="text/javascript"></script>
Plz, contact us if you have any issues with our plugin or code.