andikam
Forum Replies Created
-
Forum: Plugins
In reply to: [Slick Social Share Buttons] Activate and delete button not working on pluginThank you for your support 🙂
Forum: Themes and Templates
In reply to: [Plugin: Tweetmeme Button] Only show on Single Post ViewYeah you can display it on a single post rather than all the posts. Involves going into your theme files.
My solution is to add it only to posts that I think will benefit from social network traffic. I therefore add:
<?php if (function_exists(‘tweetmeme’)) echo tweetmeme(); ?>To the end of a post I want it included in. Ofcourse to do that you do need the Exec-PHP Plugin
Hope this helps
Forum: Fixing WordPress
In reply to: Posting a new comment results in it appearing in the wrong postFor some very strange reason it was simply the default plugin that lists recent posts that caused the problem. The theme I was using is subtle for wordpress. Resolved now anyway. Thanks for advice!
Forum: Fixing WordPress
In reply to: Google reader shared default rss link problemRight, I have a solution to this problem:
1. Use feedburner and put your google reader shared items feed address i.e. http://www.google.com/reader/public/atom/user/03282779331329411199/state/com.google/broadcast
2. Then go to Optimise > Convert Format choosing RSS 2.0 or 1.0 whatever floats your boat
3. Use the new feed url that is generated by feedburner in the RSS Widget feed address bit.The only reason you need this workaround is because the RSS default widget doesn’t support Atom.
Hope that is of use to someone.