Russell Mann
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Comments] How NOT to display comment countAny love on this? Seems like a simple thing to fix.
Forum: Plugins
In reply to: [Disqus Comment System] Export comments to Disqus doesn't workI’m having the same problem. Exported 800 posts worth of comments, and those look good, but the site in question has 2130 posts worth of comments. Is there another tool to use? A manual method? A way to do chunks? A way to pick up where it left off the previous time?
Many thanks Aerone. You’re the best.
Nope!!!
Yes, looking for a way to automate reindexing using the WP + Sphider system.
Do you have this working Franky? Not sure if I’m doing this right but putting this in the meta header doesn’t seem to affect FB:
<meta property="og:share_url" content="#_EVENTPAGEURL" />
No dice. Here’s the code in SexyBookmarks:
classes/public.php
function get_shr_like_buttonset($pos = 'Bottom', $return_type = NULL) { // $pos = 'Bottom'/'Top' Case sensitive global $shrsb_plugopts, $post; global $eventID; if ($eventID) { $event=eme_get_event($eventID); $href = urlencode(eme_event_url($event)); } else { $href = urlencode(get_permalink($post->ID)); }
This includes the suggested changes. I’m globalizing the $eventID, hoping to grab that variable from “somewhere.” What would be the proper way to access the eventID variable from within another plugin?
Same issue, hoping to find an answer ??