Bunny Sinclair
Forum Replies Created
-
Same problem here. I received a 404 error when I tried to look at the source domain where the images are stored.
Forum: Plugins
In reply to: [Twitter Tracker] Characters not being translated correctly: &, >, etcLooks like this hasn’t been fixed yet, but for anyone else who’s running into this issue, I just added the following line of code to the twitter-search.php file:
// Decode special characters By: JSF
$content = htmlspecialchars_decode( $content );Glad to see this is in the process of being resolved. I can’t use the plug-in as it is.
Looking forward to the update!
Forum: Everything else WordPress
In reply to: Why so many calls topublic-api.wordpress.com?I’m seeing this on my site also. It looks like WordPress has embedded a message (perhaps it’s supposed to be a pop-up window, but it’s not working) about an “expired domain alert.” Basically, it’s trying to get me to sign up for an old WordPress service that gave up on 2-3 years ago. And, yes, it’s slowing my site down.
Forum: Plugins
In reply to: [Twitter Tracker] Searches by Location Not Showing UpI found the solution on the Twitter API page.
You have to use “geocode:” instead of “near:”. This also means that you need to find the lat and long for the location you want to target. There are plenty of online sources for this if you Google it.
Example:
geocode:40.718212,-73.958329,5miForum: Plugins
In reply to: [Twitter Embed] [Plugin: Twitter Embed] No tweet displayedThe update broke my embedded Tweets. It just shows the Twitter URL now.
Where did you find the min-width setting? I haven’t seen where that value is actually set.
Forum: Plugins
In reply to: [Twitter Embed] Updated wordpress 3.5 No Work