how do I add a "Close" to a Context Box ?

Page: 1

Author Post
Member
Registered: Jul 2013
Posts: 17
How can I add a "Close" button for a Context Box ?

Here is the code for the Context Box:

<p><a class="fbContext" href="javascript&#058;void 0"
data-fb-context="source:#context1">Special offer for Tee Time Members</a> </p>
« Last edit by admin on Tue May 19, 2015 11:39 pm. »
Administrator
Registered: Aug 2008
Posts: 3382
It's probably the outerClose button you would want on the context box, so set showOuterClose:true.

data-fb-context="source:#context1 showOuterClose:true"
Member
Registered: Jul 2013
Posts: 17
Thanks...... that worked perfectly.

Page: 1