Advertise Here

Author Topic: youtube guide and tutorial  (Read 1017 times)

0 Members and 1 Guest are viewing this topic.

Offline lilbit_miers

  • SMF For Free Member
  • *
  • Posts: 43
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
youtube guide and tutorial
« on: December 08, 2007, 10:18:42 pm »
I was told there was a youtube guide on how to get the link embedded to your forum but its not here.There isone for how to post a youtube video I know how to do that.But I want a link on my forum so we can get from the forum to youtube.

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: youtube guide and tutorial
« Reply #1 on: December 09, 2007, 05:10:16 am »
Add this to your footers:


Code: [Select]
<script>
var Agent = new Array()
Agent[Agent.length]=["NAME","URL"];

tabs = "";for(Moose=0;Moose<Agent.length;Moose++){
//Created by Agent Moose (smcodes.smfforfree3.com)
tabs += "<td valign='top' class='maintab_back'><a href='"+Agent[Moose][1]+"'>"+Agent[Moose][0]+"</a></td>"
};
$(".maintab_back:contains(Logout) , .maintab_back:contains(Register)").after('<td class="maintab_last">&#'+'8195;</td><td class="maintab_first"></td>'+tabs);
</script>


Change NAME to whatever you want to call the tab.  Put the URL link in where it says URL.

Make sure you have this js query line in your headers:


Code: [Select]
<script src="http://yourforum.smfforfree.com/jquery.js"></script>

Replace yourforum with your forum's subdomain and smfforfree.com with your smfforfree site such as smfforfree3.com


This will put a tab up where you see logout, search etc. 


And I Play:  Mafia-Mandemz

 

Related Topics

  Subject / Started by Replies Last post
36 Replies
28562 Views
Last post February 13, 2010, 10:23:38 am
by simply sibyl