gcrocker
Forum Replies Created
-
Seems like if the_permalink starts with something other than “http” Facebook shares (and others) will fail.
Crazy. Someone had a plugin called Root Relative URLs that was fighting with us.
Thanks for the assist!
Thanks! We’re using Yoast SEO and have og: tags already. I tested with Facebook’s tool and resolved one issue (date format) but the “null” problem is still happening.
I see this in View Source:
<div class=”addthis_toolbox addthis_default_style addthis_32x32_style” addthis:url=’/2015/09/04/learning-with-similarity-search/’ addthis:title=’Learning with Similarity Search’ >
The lack of a domain on that addthis:url seems related to the issue.
Any ideas?
Ran into this as well today. For others who run into this: Change line 20 of ngg_store.js to:
del: function(key){
and you should be back in business. This function isn’t being used yet, I believe, so it shouldn’t break anything by being disabled thus.
Forum: Plugins
In reply to: Podcasting 1.0 PluginI also see that /wp-admin/js/upload.js has some of this kind of code, but it’s not really as clean for you as the other link.
Forum: Plugins
In reply to: Podcasting 1.0 PluginYeah, that works. The ‘Send to Editor’ button also works if I put the post editor Code mode. So I think you may need to do something like this:
http://granades.com/2007/02/14/adding-quicktags-to-wordpress/
to get the += stuff to append correctly in code/visual (and in different browsers).
-glenn
Forum: Plugins
In reply to: Podcasting 1.0 PluginYeah, /wp-content/plugins/podcasting/readme.txt (for example) shows the expected text on the site, so the files are in the right spot.
I’m not getting any JavaScript errors, just “nothing” when I click “Send to editor”.
Sorry if this was the wrong place to post this. Since it’s specific to this plugin, I thought this was the right place even though it seems to be an MU/plugin interaction.
-glenn
Forum: Plugins
In reply to: Podcasting 1.0 PluginOn WordPress-MU, 2.3, when I click ‘Send to editor’, nothing happens.
Any ideas?
-glenn