Keshav Saini
Forum Replies Created
-
This plugin doesn’t support custom fields. I had the same problem when I started a video blog. I had to change my theme because of this.
And none of the plugin available as of today supports custom fields for video sitemap.
My new theme now support this plugin. See it here
Forum: Hacks
In reply to: Universal Login for 13 Blogs@meloniq I have a small confusion in the last step
define('COOKIE_DOMAIN', '.YourMainDomain.com'); define('COOKIEPATH', '/'); $baseurl = 'https://www.YourMainDomain.com'; $cookiehash = md5($baseurl); define('COOKIEHASH', $cookiehash); define('AUTH_SALT', 'AUTH_SALT'.COOKIEHASH); define('LOGGED_IN_SALT', 'LOGGED_IN_SALT'.COOKIEHASH); define('AUTH_COOKIE', 'AUTH_COOKIE'.COOKIEHASH); define('SECURE_AUTH_COOKIE', 'SECURE_AUTH_COOKIE'.COOKIEHASH); define('LOGGED_IN_COOKIE', 'LOGGED_IN_COOKIE'.COOKIEHASH); define('TEST_COOKIE', 'TEST_COOKIE'.COOKIEHASH);
I have defined my security keys by editing default config files. Now do I need to replce the value in above code also or should I just copy paste as it is. I mean do I change the code after the line
$baseurl = ‘https://www.YourMainDomain.com’;
or it is to be pasted like this only after replacing the domain name?
Forum: Fixing WordPress
In reply to: Traffic to external link – can't find the link on website@abhinav The above site only lists the links present on your home page. The link I am hunting for has not been added sitewide or single post pages.. It is added in some particular post or page…
So I need a tool that can crawl my whole website for external links.. e.g considering https://www.environmentabout.com/ as a directory and scanning all pages listed in it
Oh. Thanks for the update..
Will there be support for other video sites like vimeo, google videos, facebook videos etc. in future?
Can you share the sample embed code that you are using to embed this sitemap in your blog posts?
I am using the normal object embed code that is provided by youtube
<object width="600" height="335"><param name="movie" value="https://www.youtube.com/v/FS7o4g5kzMM?version=3&hl=en_GB&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="https://www.youtube.com/v/FS7o4g5kzMM?version=3&hl=en_GB&rel=0" type="application/x-shockwave-flash" width="600" height="335" allowscriptaccess="always" allowfullscreen="true"></embed></object>
As I wrote earlier, the plugin detects the code only when I add it into the post editor. However, if I add this code into a custom fieldsay “Video”, the plugin can’t find the code and displays the following message
Looks like none of your blog posts contain YouTube videos. Please publish a test post containing a YouTube video and regnerate the video sitemap.
Not only this plugin, but I installed other video sitemap plugins also to confirm the problem and every plugin has the same issue..
I just check your website and it looks like Videos are getting detected.
Thats not the site I was talking about.. That’s my main blog
My video section is at https://video.environmentabout.com
And when I try to create a video sitemap, it pops up the message I have posted above..
When I add some embed code in post body, it grabs the code perfectely.. But when I add the code in custom field as required by all video centric theme, it displays the above error message.
Forum: Fixing WordPress
In reply to: Custom permalinks not working after upgrading wordpressThe problem was with my localhost installation and not with live site. The apache module rewrite module was not activated in wamp server.
Forum: Fixing WordPress
In reply to: Custom permalinks not working after upgrading wordpressI did that but didn’t try renaming the htaccess file. What should I rename it to?? Something before dot or after dot??
I even restored my previous htaccess file but the problem remains the same.
The best way to deal with spam is by installing Akismet and Bad Behavior plugins. Akismet cached most of the spam and with a click of a button, you can delete all the spam messages.
Ok… I found an alternative. I opened an account at wordpress.com and registered a free blog. I then tried to import my blogger posts from there and it worked perfectly. From wordpress.com, I have exported the XML file that supports wordpress import.
But here is also one confusion.
There is an option in wordpress.com dashboard to upload blogger Exported XML file but there is no such option in my www.ads-software.com control panel to import a blogger exported XML file. Why is it so?? Also some other options that are available in wordpress.com and not available in www.ads-software.com dashboard.
And the question that is most important:
If I follow the above procedure to import my posts from Blogger>Wordpress.com>www.ads-software.com then how do I redirect my blogger blog to new domain at www.ads-software.com?? Will I lose all my google rank and web traffic??
Hey, Isn’t there any one who can help me resolve this issue??