gerobe
Forum Replies Created
-
Thank you terminalcity!
Too bad, that you have to do this with every update.
There was an update to the plugin a few days before, but the icons were not removed or there was no new option to do this.No good sign, that the new owners of the plugin really care about customer opinions and facebook-likes are more important to them than customer privacy 🙁
Thank you! Works!
Thank you for bringing this back to our attention!
I mentioned this right after the new version was released, but this seems not to care the new owners of this plugin. Too bad!
I don’t want Facebook to know what I’m doing in my backend. So remove those elements!!
Great, that I got it on the third run 😉
I just replaced the two appearances of
$ignore_www=trueinabsolute-to-relative-urls.phpintofalseand now the videos are back again.Well, my example wasn’t correct again 🙁
I just checked it with Firefox and Safari on a Mac and with IE on Windows: none of the browsers showed the movie as soon as the plugin was enabled. So it does not seem to be a browser problem.
Looking closer at the code I found out, that the problem is not the missing
http:but a missingwww.:I just checked the code again and a:
<iframe style="border: 1px solid #cccccc;" width="560" height="315" src="http://www.youtube-nocookie.com/embed/7Q2zxBTnjUo?rel=0" frameborder="0" allowfullscreen></iframe>actually becomes a
<iframe style="border: 1px solid #cccccc;" width="560" height="315" src="//youtube-nocookie.com/embed/7Q2zxBTnjUo?rel=0" frameborder="0" allowfullscreen></iframe>Notice the missing www. before the domain. Without the www. the url-calls on the server youtube-nocookie.com do not work.
So the plugin accidentally removes the www. before the url, which causes the not working movies. I wonder why it’s removing the www. which is definately wrong in this case.
Sorry, that was my fault. I have chosen and example which did not allow embedding to show the error 🙂
But now: Try
<iframe style="border: 1px solid #cccccc;" width="560" height="315" src="http://www.youtube-nocookie.com/embed/7Q2zxBTnjUo?rel=0" frameborder="0" allowfullscreen></iframe>This works!
<iframe style="border: 1px solid #cccccc;" width="560" height="315" src="//www.youtube-nocookie.com/embed/7Q2zxBTnjUo" frameborder="0" allowfullscreen></iframe>Does not work!
I’m going to open a more precise thread 😉
Yes, but e.g embedded YouTube-Video do not work anymore with these urls. A so refereced iframe seems not to work,
Forum: Plugins
In reply to: [WP-HTML-Compression] [Plugin: WP-HTML-Compression] Destroys canonical-tagThank you for fixing this!
Actually the canonical tags weren’t relative. They were all chopped to
./Forum: Plugins
In reply to: [Tweet Tweet] [Plugin: Tweet Tweet] Catchable fatal errorAfter hours of searches with Google I found the solution. It’s an incompatibility with the plugin tweet-blender.
After disabling Tweetblender, the error message is gone and tweets are archived again.
After hours of searches with google I found the solution. It’s an incompatibility with the plugin tweet-blender. See here:
http://code.google.com/p/yourls/issues/detail?id=462 (comment 11)
After disabling Tweetblender, Yourls was able to authenticate, although there still is no URL entry shown.
Any chance, that this incompatibility will be fixed?
Forum: Plugins
In reply to: [Tweet Tweet] [Plugin: Tweet Tweet] Catchable fatal errorSupport seems to be gone? Is this plugin still maintained?
I installed the plugin on another WordPress-installation on the same server, but in a subdirectory. Here everything works fine and the “Set Callback URL to” brings the right value of the subdirectory.
Why is “Set Callback URL” empty might bring us to a solution.
Any hint from the developer?
Greetings
I have exactly the same problem since about 10 days. Everything worked perfect, and suddenly the plugin/app wasn’t authenticated anymore and I noticed the two points mentioned above.
Forum: Plugins
In reply to: [Tweet Tweet] [Plugin: Tweet Tweet] Catchable fatal errorNobody here?
Wasn’t able to fix this. I can’t even disconnect WordPress and TwitterAccount to try if reconnecting might solve this. When I click on the diconnect button I’m redirected to the dashboard, but when I return to the options sceen, the plugin is still connected.