Re: Forum Member Special -- V-Share-Mods.com
Quote:
Originally Posted by mersh
Quote:
Originally Posted by vsharemods
Quote:
Originally Posted by mersh
Thanks for the deal!
Is there any code you have developed that will randomly place a different mod each time you reload the page?
No problem!
Yes, I have something that would do just that. I would need to "dig" it up.
Jereme
Hey that would be awesome....! I think too that it might sell a few more packages :)
I appreciate what was said about SEO and flash, but it doesn't really apply here... it is just an object on a page, not the entire page itself. The pages that these mods sit on, can be optimized as much as you like. Sure the search engine can't see the flash, but the surfers can see it. I know the first time I put just a simple rotator on my site, a lot of people made comments to me about how professional it looked. Jereme's mods are really hot, much more than the simple rotator, and I'm looking forward to the comments. Anything I can have that youtube doesn't have is a plus on my side.
And Jereme.... I dont' want to bring up the past (unless you want to) but I gave you a really hard time on an issue awhile back related to some of these flash add-ons.... I'm sorry it took me so long to let it go, and I apologize.
Dave
No worries!
Thanks, Jereme
Re: Forum Member Special -- V-Share-Mods.com
Only 8 more left!!! Get them while they last!
Jereme
Re: Forum Member Special -- V-Share-Mods.com
Quote:
Originally Posted by vsharemods
Quote:
Originally Posted by mersh
Thanks for the deal!
Is there any code you have developed that will randomly place a different mod each time you reload the page?
No problem! Yes, I have something that would do just that. I would need to "dig" it up. Jereme
Hey Jereme, ever find that code? :)
Re: Forum Member Special -- V-Share-Mods.com
Quote:
Originally Posted by mersh
Quote:
Originally Posted by vsharemods
Quote:
Originally Posted by mersh
Thanks for the deal!
Is there any code you have developed that will randomly place a different mod each time you reload the page?
No problem!
Yes, I have something that would do just that. I would need to "dig" it up.
Jereme
Bump.... hey did you ever find this code Jereme? Would love to be able to show off ALL your mods on my sites.....
Re: Forum Member Special -- V-Share-Mods.com
Here is how I do it.
Create a page called random.php. Add the following code to it.
Code:
<?
// Random HTML Generator
// HTML Array....
$aHTML[0] = 'Iframe CODE 1';
$aHTML[1] = 'Iframe CODE 2';
// Calculate index
$iUpper = sizeof($aHTML) - 1;
$iLower = 0;
$iIndex = rand($iLower, $iUpper);
// Display HTML
echo $aHTML[$iIndex];
?>
Change Ifame Code 1 and Iframe Code 2 to the iframe code for the mod that you want to display. You can also enter any other code such as adsense ads. You can add additional lines by adding $aHTML[3] = 'Iframe CODE 1';. See that I changed the number in the [] to 3. Just keep incrementing that number for each new line.
Now that you have the random.php file working. You can use an iframe to add it to your page. It works really well.
Hope that helps, Jereme
Re: Forum Member Special -- V-Share-Mods.com
Nice mods. Can these be used as menu items for page links? For example, could I use the ferris wheel with thumbnails and when someone clicked it would take them to a specific webpage instead of a video. I realize in vshare the video is just taking you to a webpage anyway that vshare displays. So if you follow me here would there be any forseeable problem in making it just act as a menu?
Re: Forum Member Special -- V-Share-Mods.com
Quote:
Originally Posted by jayscot
Nice mods. Can these be used as menu items for page links? For example, could I use the ferris wheel with thumbnails and when someone clicked it would take them to a specific webpage instead of a video. I realize in vshare the video is just taking you to a webpage anyway that vshare displays. So if you follow me here would there be any forseeable problem in making it just act as a menu?
Yes, but that would require some customization and would use a manually updated xml file for the menu items. It is doable, but I would need to customize the swf file. PM if you are interested and I will give you an estimate of what I would charge.
Thanks, Jereme