solved Pinterest Index.html editing

Xephius
Xephius
@xephius
8 years ago
93 posts
I need to add a string to the ~head~ section of the indext.html page so Pintrest links will work. Where does that go in a Jamroom site?
updated by @xephius: 01/08/17 09:48:05PM
douglas
@douglas
8 years ago
2,790 posts
You'll want to add that to your meta.tpl, that is where the < head > tags are.

If your code doesn't work the first time, try adding literal tags around it, ie.

{literal}
Your code here...
{/literal}

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Xephius
Xephius
@xephius
8 years ago
93 posts
I added this string, it appears to be working, but I need to verify I understand what I am seeing :)

Thanks for the help.
douglas
@douglas
8 years ago
2,790 posts
You should first try adding your code or line without using the literal tags as posted above, if it doesn't work, then try adding your code where it says "Your code here...".

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos