Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Same problem here ??

    I was looking for a solution and I have this idea:

    Instead of posting it directly to Mailchimp, post it to a .php file that checks the reCaptcha input (it has to be done server-side, due to security reasons) and then, if Captcha is correct, post it to Mailchimp. (automatically, of course)

    Some php knowledge is needed to do this, but I think that can be done, you can post a form from php using cURL.

    The process is something like this:

    – get all posted fields
    – check reCaptcha
    – re-post using cURL all retrieved fields

    I think that this will be easy for php experts.

    Cheers from Spain!

    Thread Starter cocinaor

    (@cocinaor)

    ?6 months later I found a solution!

    Didn’t tried the jeroendebeurs code, but if you use Genesis Framework you can do this:

    1) create a file called single-[custom post type name].php
    2) Put this code inside:

    <?php
    remove_filter( 'the_content', 'show_share_buttons');
    genesis();

    That will remove the filter for that specific custom post type.

    Thank you all!

    Thread Starter cocinaor

    (@cocinaor)

    Thank you!

    I’ll not move the files. I think it is the easiest. The only problem that I’ve now is that I dont know each picture size. ??

    Can I use the plugin without those attributes?

    Thread Starter cocinaor

    (@cocinaor)

    Hello!

    For bitacoras.com the share button must have this code:

    <a href="https://bitacoras.com/anotaciones/<?php the_permalink(); ?>"><img src="https://bitacoras.com/votar/anotacion/imagen/[tipodeboton]/<?php the_permalink() ?>" alt="votar" title="Votar esta anotación en Bitacoras.com" /></a>

    Where [tipodeboton] can be big, normal, mini or mini2
    The first 3 buttons get a counter, mini2 button doesnt show any counter. Some people complaints that retrieving the button from bitacoras.com slows down the site, so maybe is a good to use a generic button (to install with the plugin). I can find one for you if you want.

    For meneame.net:

    <a href="https://www.meneame.net/submit.php?url=<?php the_permalink();?>" target="_blank" title="Enviar este artículo a Meneame"><img src="https://u.jimdo.com/www38/o/sa1c23512e426e90b/img/id9bedaca840c0c95/1329845061/std/image.png"></a>

    The button image is not very cool, but there are others out there ??

    Cheers!

    Thread Starter cocinaor

    (@cocinaor)

    Hello!

    I’ve replaced the old nextgen-facebook folder with the new one and it works great!

    I’ll start saving to upgrade to the pro version as soon as I can.

    Thank you!!

    Thread Starter cocinaor

    (@cocinaor)

    Hello!

    thank you for your fast response (and, please, excuse my english).

    The debug mode is on now. The post making problems is:

    https://www.amodecasa.com/cocinaor/2013/10/cerdo-con-manzana-encurtida/

    Facebook seems to complaint about the empty og:image meta property. It looks like NGFB detects the images correctly, but adds an extra one. ??

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)