script request
-
would like to see this script implemented in word press.com so I can use it,
http://www.blueletterbible.org/freeoffer/BLB_ScriptTagger/
It tags all scriptures with a hover over so that when a scripture is referenced and a reader hovers over it the scripture pops up
The blog I need help with is: (visible only to logged in users)
-
WordPress.com blogs are all on the same multiuser blogging platform and security and stability issues are of primary concern. One faulty script on a single blog could bring down many blogs. That’s why we cannot use JavaScript as stated in the support documentation at this link > http://en.support.wordpress.com/code/
-
You can get something similar by using a Help cursor
<a style="cursor: help;" title="your hover text here">the text where you want the hover text to appear</a>There may be a limit to the number of characters you can use, but worth a try.
- The topic ‘script request’ is closed to new replies.