ThE_ED
Forum Replies Created
-
Forum: Hacks
In reply to: load and reload Lightbox scripts after I load more contentThank you, caracaustic.
Now, my only problem seems to be that these lightboxes and other plugins are not my own. Of course, I can change that on my system, but what about others…
So I’d need to find a solution that changes the events that are fired document.ready by 3rd parties to delegated events, right?
Forum: Plugins
In reply to: [[DEPRECATED] Pronamic Cookies] facebook, google plus, addthis etcExcluded people accessing my feeds as well. 😉
Forum: Plugins
In reply to: [[DEPRECATED] Pronamic Cookies] facebook, google plus, addthis etcI’ve added a load of bots as well. Perhaps you can add a field that allows one to add a list of crawlers to exclude, or do some kind of syncing using a textfile. (So you can easily update it from a crawlerdatabase).
gratsch: you probably like to include at least
'LinkedInBot/1.0', 'LinkedInBot/1.0 (compatible; Mozilla/5.0; Jakarta Commons-HttpClient/3.1 +http://www.linkedin.com)', as wellWhen I activate it, it breaks this script, but I can’t seem to figure out why. So I was hoping it was perhaps familiar to you in one way or the other.
As I’ve recently been working on the same script again, I now realize “$post->post_content” gives the wordpress output, including short links. So I’m thinking it’s probably related to the way how (some of) those are replaced or amended.
Forum: Plugins
In reply to: [WP Bannerize] HTC One XL isn't showing banners from WP bannerizeSeems the same as here: https://wordpress.org/support/topic/wp-bannerize-deactivates-on-mobile-view
(And this is causing Fatal Errors in my errorlog as well: “PHP Fatal error: Call to a member function bannerize() on a non-object” )
I ‘fixed’ it in the same way as you (before trying a solution that had me excluding a small array of Android powered devices that had this problem). Seems pretty hard to track down why this happens, I seem to recall Facebook was making it worse since a change last year: incoming traffic via FB-links would have this all the time, regardless of Android version.
If anyone has any more details…
Forum: Fixing WordPress
In reply to: YouTube embedding adding ) to endReply from Google Data API project member: “Apologies; the engineering team has a fix for this that’s ready and will be pushed out in the near future.”
https://code.google.com/p/gdata-issues/issues/detail?id=6098
Forum: Fixing WordPress
In reply to: YouTube embedding adding ) to endAs far as I can see this is a problem on Youtube’s side. It happens if you grab the embed code from the YT page itself as well: YT generates an additional (useless) closing bracket.
Forum: Fixing WordPress
In reply to: oEmbed stopped working for new postsThus: resolved
Forum: Alpha/Beta/RC
In reply to: 3.9 beta-1 youtube embed bugIndeed, this is a problem with youtube, though. Since yesterday they generate an additional bracket to the embed codes. Strange that no one seems to have noticed thus far.
Forum: Plugins
In reply to: [WP Super Cache] Security problem and hackStill something seems to have changed my wp-cache-config, thereby inserting an iframe.
Forum: Plugins
In reply to: [WP Super Cache] Security problem and hackYeah, it can seem like malware ‘returns’ when you serve an older cached page from before. Even when you’ve actually already managed to tackle the problem.
That might be why WP Super Cache seems like the root-cause, even though it isn’t.
Forum: Plugins
In reply to: [WP Super Cache] Security problem and hackThere seems to be some related security problem, indeed, though I haven’t figured out where exactly.
Forum: Fixing WordPress
In reply to: oEmbed stopped working for new postsAs always… assumption is…
I think I got the answer to my problem: it *does* seem to be Cloudflare, or more precisely: the fact that now we only allow traffic originating through/from CF. As the oEmbed calls try to get the proper HTML from the media providers, they fail to do so at this moment, because well, that’s traffic not originating from CF.
Thus it can’t get the HTML, thus it can’t oEmbed stuff.
If any of you has a suggestion, let me know. (Other than: allow non-CF traffic.)
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] get_option() errorYour update works for me, Mitcho.
Thanks!
Had the exact same thing, as a quick fix, commenting out the line worked for me in the latest version (comment out the right line, there are multiple lines having the same code), but I’ll try to find out as to why this behaviour occurs.