Cool Plugin – Note to Author about bug
-
hi,
Thanks for the cool plugin. I was able to use it on my site with a change:
The way the URL is obtained will not work for long URL’s because of the … that WP inserts to truncate long URL’s as they are displayed next to ‘Permalink:’. This is the code I used instead:
// Some basic settings var settings = { url: document.getElementById('sample-permalink').firstChild.href, textNormal: 'Rescrape Open Graph data', textSuccess: 'Success!', textFailed: 'Failed!' };
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Cool Plugin – Note to Author about bug’ is closed to new replies.