where would i go about putting the code to like us on facebook, you see i have a facebook page that represents OutlawsGameroom.com and id like to put that facebook plug in on a menu?,,, there is a part you have to paste in the <head> and a part you have to paste where you want it to show... my problem is pasting in the <head>, where would i do this?.....index.php im not fimilliar with
Moc seems pissed lol hey you will be ok... let someone else answer the question
If you would have actually read the wiki page you would know where,Moc answered your question. Quote from the page that tells you nothing... "And then edit and insert the code below into header_default.php"
@Outlaw: I am in no way pissed at all. All the previous posts you made, however, could be easily answered by some searching on your own. Which consequently would leave us (the support team) with more time to spend on issues that are more advanced and tricky to tackle. This is what I tried to point out in my initial reply.
Having said that. The answer IS in the wiki, but let me paraphrase it in such a way that it might be clearer for you:
wrote ... Now with .7, in addition to this method, comes a new way to put JavaScript in your <hea d>, but not only JavaScript, but links to external CSS stylesheets < link>, meta tags <m e ta> and anything else you would like. To do so, add the following to your theme.php:
Basically, open up your current theme.php. Say you are using a theme called 'example theme' and the theme folder is example_theme'. This is what you need to do: - Open up e107_themes/example_theme/theme.php - Now find a place to add the 'theme_head' function, for example after the initial
// [theme information]
(used in many theme.php files).
- Insert this coding, as per wiki instructed:
function theme_head() {
return "< scri pt> < link /> < meta /> etc";
}
So, say you want to insert javascript code in your <head> tags, simply add this: