Best way to add Iscore to an Eteamz site
-
- Posts: 2
- Joined: Wed Apr 24, 2013 7:31 am
- Location: Omaha Nebrasksa
Best way to add Iscore to an Eteamz site
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
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.
Not familiar with eteamz, but iframes is probably the easiest way if they support it. I use that method on my wix site.
Mark
iScore Baseball 4.533 on iOS8-iPad4 and iPhone 6-Plus
iScore Baseball User Manual:
http://iscoreleagues.com/manual/ <- Check it Out!
iScore Baseball 4.533 on iOS8-iPad4 and iPhone 6-Plus
iScore Baseball User Manual:
http://iscoreleagues.com/manual/ <- Check it Out!
-
- Posts: 2
- Joined: Wed Apr 24, 2013 7:31 am
- Location: Omaha Nebrasksa
Re: Best way to add Iscore to an Eteamz site
I have not seen iframes on that site. Currently we are just adding a link to the iscore site in the links section.
- SteelCityB
- Posts: 78
- Joined: Fri Jan 13, 2012 3:41 am
Re: Best way to add Iscore to an Eteamz site
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.
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.