csandman
Member
Posted 5 months ago #
Is it possible to create a link to the ThickBox from within a line of text, like this?:
50% off on select merchandise for a limited time only. Get details .
Also, is it possible to bold the linking text?
I am not particularly well-versed in code, so these could be pretty silly questions...
http://wordpress.org/extend/plugins/thickbox-content/
@csandman - yes it is possible. I simply switched to HTML view in the post/page editor and pasted the following:
50% off on select merchandise for a limited time only.[thkBC height="100" width="300" anchortext="<strong>Get details</strong>" title="ThickBox Title" type="inline" inline_id="test1"]
<div id="test1"><p>Some dummy text in this hidden div.</p></div>