Page 1 of 1
Best way to add Iscore to an Eteamz site
Posted: Wed Apr 24, 2013 12:22 pm
by kchuskerrph
Our team has an Eteamz site and I was wondering what the best way to incorporate the iscorebaseball site into it. We want to keep the Eteamz as the main site. Any suggestions are welcome.
Re: Best way to add Iscore to an Eteamz site
Posted: Wed Apr 24, 2013 12:27 pm
by mprusak
Welcome to the board!
Not familiar with eteamz, but iframes is probably the easiest way if they support it. I use that method on my wix site.
Re: Best way to add Iscore to an Eteamz site
Posted: Wed Apr 24, 2013 12:30 pm
by kchuskerrph
I have not seen iframes on that site. Currently we are just adding a link to the iscore site in the links section.
Re: Best way to add Iscore to an Eteamz site
Posted: Thu Apr 25, 2013 5:42 am
by SteelCityB
I am not familiar with Eteamz. But if you can edit the code directly, then you can add an iframe. Here is the description and attributes from w3schools:
http://www.w3schools.com/tags/tag_iframe.asp" onclick="window.open(this.href);return false;
Here is the iframe I use to put our roster on our main team site (obviously substituting your site):
<iframe height=840 width=500 src=
http://iscoresoftball.com/roster.php?t= ... E></iframe>
You can do other things beside the roster, but this is just an example.