The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Anyone know this plugins?

fmodesto

New Member
Hiii, how are you guys?

i'm looking for 2 plugins that i saw at a sales page.
anyone know the name them?

A plugin is about identify a location who is viewing the page and other plugin is about facebook comments.

Please, see the image.

Ty guys =)
1.png
 
there was a bug that I couldn't put this image on top, along with the other.
but it's this facebook comment plugin I was referring to.

2.png
 
programmatically it's
PHP:
$reader = new Reader('../geo/GeoLite2-City_20220401/GeoLite2-City.mmdb');
$record = $reader->city($ip);
$country_isoCode = ($record->country->isoCode);
$state = ($record->mostSpecificSubdivision->isoCode);
$stateName = ($record->mostSpecificSubdivision->name);
$city = ($record->city->name);
$postal = ($record->postal->code);

HTML:
 <h3> Message: ..... from <?php echo $city; ?> welcome to the ....<h3>

Sales pages are generally real code not WordPress plugins.
It may be possible to emulate that effect with a WordPress plugin.

The other is a Facebook Open Graph implementation.
 
Last edited:
programmatically it's
PHP:
$reader = new Reader('../geo/GeoLite2-City_20220401/GeoLite2-City.mmdb');
$record = $reader->city($ip);
$country_isoCode = ($record->country->isoCode);
$state = ($record->mostSpecificSubdivision->isoCode);
$stateName = ($record->mostSpecificSubdivision->name);
$city = ($record->city->name);
$postal = ($record->postal->code);

HTML:
 <h3> Message: ..... from <?php echo $city; ?> welcome to the ....<h3>

Sales pages are generally real code not WordPress plugins.
It may be possible to emulate that effect with a WordPress plugin.

The other is a Facebook Open Graph implementation.
NIceeee

Thanks man =)
 
banners
Back