s0fa
Forum Replies Created
-
I was just looking at my share count and was wondering how the total works. but if you look at the Analytics page, it breaks it up into columns: Share Counts, Like Counts, Comment Counts – these are all considered “shares” so I guess it’s a comprehensive look of how many times a post is responded to, rather than shared.
for me it works on individual posts (although in the code looks like the Brand title gets called instead of the post title and the url is missing entirely), but not on categories/archives. It’ll grab the title of the category rather than of the post. I even went in an added the addthis:url=”$url” addthis:title=”$title”, same issue.
solution: add it automatically :\
Forum: Plugins
In reply to: [WassUp Real Time Analytics] [Plugin: WassUp] Wassup 1.8 Almost Broken@helened unchecking ‘record reffered spam attempts’ under statistics recording works, temp solution
Forum: Plugins
In reply to: [TweetMeme Button] Manually add the tweetmeme button? Code?solved it on my own. apparently there is no function for manual output like the tweetmeme, so I just added this to the twitter.php file
// Manual output function twitter_button() { if (get_option('twitter_where') == 'manual') { return twitter_generate_button(); } else { return false; } }
and then add this to wherever you want the button to go:
<?php if(function_exists("twitter_button")) echo twitter_button(); ?>
Forum: Plugins
In reply to: [TweetMeme Button] Manually add the tweetmeme button? Code?I’m also wondering the code to manually add the Twitter button. I don’t get why the manual codes are not displayed on the plugin page
Forum: Plugins
In reply to: [WP-SimpleViewer] [Plugin: WP-SimpleViewer] unable to edit galleriesThat seemed to have solved some of the issues. After I cleared my cache, the page shows the change in number of columns correctly, however the background color keeps defaulting to white. when I try to change it to #000000 for example, it doesn’t get saved. Also, same problem with the gallery width, it defaults to 100%, I guess I can live with that. All the other options are updating fine.
Forum: Fixing WordPress
In reply to: “Schedule Missed” IssueMarliamant solution works, just fixed a client’s blog entry that wasn’t posting as scheduled. No plugin needed!