I want to give my user the abilty to insert a social media toolbar that i made for them which comprises of HTML and supplied (FB and Twitter code)...whats the best way to allow them to insert this onto the page whenever they want using the richtext editor.
Is there any reason to use XSLT if all i want to do is diplay HTML divs etc?
you can insert a macro in the rte so I'd create a simple .cshtml 'script' that is just html and any custom js etc for FB, set up a macro that uses that script and you're done.
old style include file
I want to give my user the abilty to insert a social media toolbar that i made for them which comprises of HTML and supplied (FB and Twitter code)...whats the best way to allow them to insert this onto the page whenever they want using the richtext editor.
Is there any reason to use XSLT if all i want to do is diplay HTML divs etc?
TIA.
S
hey,
you can insert a macro in the rte so I'd create a simple .cshtml 'script' that is just html and any custom js etc for FB, set up a macro that uses that script and you're done.
hth
jay
Thanks Jay...
is working on a reply...