Add Voting Directly to Your Blog Posts
Enable your site's visitors to vote for your blog posts directly from your blog! Simply copy the code below based on your blog software and insert it into your posts. If you're having trouble with your blog, contact us.
- WordPress
-
Go to Presentation and then Theme Editor. You'll need to edit both the 'Main' template that is responsible for the content on the general pages and the 'Post' template that defines individual posts. In the code, the <div> for a post entry will look like this: <div class="entry"><?php the_content('Continue Reading »'); ?></div>. After it, paste this code:
- Blogger
-
Go to Customize, then Layout, then Edit HTML, and click the Expand Widget Templates checkbox. Within the text area search for <b:include data='post' name='post'/> and right before it, insert the following code:
- TypePad or Movable Type
-
In your Individual Entry Archive template, add the following to your <p class="entry-footer">:
- Other
-
Replace the { Insert your URL here } below with the URL of your page: