Andy, how about a field in Famobi options to put the affiliate code?
Andy, how about a field in Famobi options to put the affiliate code?
What's a Famobi Affiliate code used for and how do you get one?
RetroSprite - Currently Working On A Resurrection
Managed Cloud VPS Hosting - Shared SSD Cloud Hosting
You can register in the web: famobi.com
Then you register your web, and you'll have a code
If you put the code after the links of the games from famobi in yourweb (like: http:http://play.famobi.com/cut-it/A-JKM81) you will can add your logo and your link in "More Games" to the games from famobi (like: http://www.mjuegos.net/game/street-ball-star)
And if you send an email to famobi, they will activate the ads for that games, earning money with them, like mochimedia
RetroSprite - Currently Working On A Resurrection
Managed Cloud VPS Hosting - Shared SSD Cloud Hosting
I will also register like this mycheatcentral
Thanks a lot bro.
Last edited by Prem; 10-07-2015 at 03:48 AM. Reason: Typing error
It would seem they do have some support for https if anyone was wondering. I changed the links to https and they started working on my website again but a few did not work because the links redirect to http. But at least a majority of them work now.![]()
RetroSprite - Currently Working On A Resurrection
Managed Cloud VPS Hosting - Shared SSD Cloud Hosting
Hello
Is there any way to add th e affiliate code auto in all Famobi feeds?
Andy?
I have done this:
In the @Games/embeds/iframe.twig
I have added
{% if 'http://play.famobi.com/' in game.file %}/A-JKM81{% endif %}
after
{{ game.file }}
This is the final file:
Code:{% extends '@Games/embeds/embed_base.twig' %} {% block embed_code %} <iframe src="{{ game.file }}{% if 'http://play.famobi.com/' in game.file %}/A-JKM81{% endif %}" width="100%" height="100%" frameborder="0"></iframe> {% endblock %}
You only need to replace A-JKM81 with your affiliate code
Last edited by elsaylala; 10-21-2015 at 01:09 PM.
Thanks, but i cant find the file, @Games/embeds/iframe.twig
where exactly is located? I run ver. 6
many thanks
RetroSprite - Currently Working On A Resurrection
Managed Cloud VPS Hosting - Shared SSD Cloud Hosting
That works fine!! many thanks!
![]()
Can't understand people can't insert the given feed from Famobi directly in this script a little old fashion
how can giving hgh a try register in the web: famobi.com ??
Last edited by lucileburt; 09-09-2017 at 07:21 PM.
Me too my friend i use this website is good for me thanks.
That works fine!! many thanks!
it works for me if in the code I add https instead of http:
but it is also necessary to contact famobi to become their partner with google adx.{% extends '@Games/embeds/embed_base.twig' %}
{% block embed_code %}
<iframe src="{{ game.file }}{% if 'https://play.famobi.com/' in game.file %}/A-JKM81{% endif %}" width="100%" height="100%" frameborder="0"></iframe>
{% endblock %}
Never Give Up!