whitehat123
Forum Replies Created
-
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Schedule postsBecause i want to share same posts to social media automatically , which is possible when posts are scheduled.
Forum: Plugins
In reply to: [Search Regex] Replace with CSVThat’s Great , what steps i need to follow to do that?
Forum: Plugins
In reply to: [Search Regex] Replace with CSVCan you please add that?
Forum: Plugins
In reply to: [Search Regex] Replace with CSVForum: Plugins
In reply to: [Search Regex] Replace with CSVI will provide a CSV file which can be used to tell what to find and what to replace.
find 1 replace 1
find2 replace 2
etc etcForum: Plugins
In reply to: [Search Regex] Replace with CSVI want to remove multiple keywords at once.
Like
Abc
Def
Ghi
Jkl
Etc.Imstead of putting one by one and then searching and remove.
I want to do all at once.
Hope you understand.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Ads in feed onlyOkay , Thanks.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Ads in feed onlyokay , Thank You.
Can i repeat ad after 2 paragraphs?
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Ads in feed onlyAlright , i enabled ads in feed from setting and ads are showing in feed along with frontend on website.How can i hide specific ad from frontend , so that it will only show in feed.
Thanks.
Forum: Plugins
In reply to: [LH Instant Articles] Google Analytics code not workingThis code is working fine with other plugin s.So , this is not caused by server.
Forum: Plugins
In reply to: [LH Instant Articles] Google Analytics code not workingI also put <iframe> </iframe>tags
Forum: Plugins
In reply to: [LH Instant Articles] Google Analytics code not workingI paste this code and save.
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);ga(‘create’, ‘YOUR_UID_REPLACE_THIS’, ‘auto’);
ga(‘require’, ‘displayfeatures’);
ga(‘set’, ‘campaignSource’, ‘Facebook’);
ga(‘set’, ‘campaignMedium’, ‘Social Instant Article’);
ga(‘set’, ‘title’, ia_document.title);
ga(‘send’, ‘pageview’);</script>
After it got saved it looks like below:
<iframe><script>
(function(i,s,o,g,r,a,m){i[\’GoogleAnalyticsObject\’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,\’script\’,\’https://www.google-analytics.com/analytics.js\’,\’ga\’);ga(\’create\’, \’UA-Xxxx\’, \’auto\’);
ga(\’require\’, \’displayfeatures\’);
ga(\’set\’, \’campaignSource\’, \’Facebook\’);
ga(\’set\’, \’campaignMedium\’, \’Social Instant Article\’);
ga(\’set\’, \’title\’, \’FBIA: \’+ia_document.title);
ga(\’send\’, \’pageview\’);</script> </iframe>