cocinaor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Block unwanted spam Mailchimp subscribersSame 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 fieldsI think that this will be easy for php experts.
Cheers from Spain!
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Disabling ssba in custom post?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!
Forum: Plugins
In reply to: [NextGEN Facebook] NGFB without any gallery pluginThank 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?
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] Add new social buttonHello!
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!
Forum: Plugins
In reply to: [NextGEN Facebook] og:image emptyHello!
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!!
Forum: Plugins
In reply to: [NextGEN Facebook] og:image emptyHello!
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!