flords
Forum Replies Created
-
Forum: Plugins
In reply to: [Weather Station] Weather Undeground unableHi Pierre, i only ask what do i do. thanks
Forum: Plugins
In reply to: [Weather Underground] No more icons in page with Shortcode (V 2.1.1)Have you solved? i’ve same problems
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Conflict with feedwordpress?Conflict with jetpack extension like social share and related post, no showing http:// www . fibonacci . it /SPORT/ notizie/
In other wordpress blog i use wp-matic and jetpack is ok.
Can you help me
thanksForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Conflict with feedwordpress?Also Jetpack Related Posts not showing where i use feedwordpress
Forum: Plugins
In reply to: [Postie] Image from linkThanks you are biggest!!
Forum: Plugins
In reply to: [Postie] Image from linkYes it is always the same link.
So i create a file named filterPostie.php in the wp-content directory and i place the following code into it.
<?php
function my_postie_post_function($post) {
return $post;
}add_filter(‘postie_post_before’, ‘my_postie_post_function’);
?>
Where i put link image??
Forum: Plugins
In reply to: [Postie] Image from linkI have a webcam image in a link, into my website. And image is is updated automatically.
I have a weather system that automatically sends emails.The system can automatically send e-mail, and the plugin works. I would like to put the link of web cam image (http: //www.xxxxx/image.jpg) in the email.
Forum: Plugins
In reply to: [Postie] Image from linkOk i understand.
Can i put automatically in every body email <img src=”http://www.xxxx.com/zzz.jpg” /> ???