-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I just bought a new domain from GoDaddy (nurayka.net) and I want to use it for my .blogspot.com blog now. Here is my Blogger settings. And here is my GoDaddy DNS settings. After more than 24 hours, I still can't view my blog with that custom domain. It seems that it might be something wrong with my…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I recently migrated from Blogger to Wordpress and am having two major transition issues that are really hurting. Despite literally hours of searching and experimenting, I cannot resolve the following:
ISSUE ONE: I fixed all of my old blogger links to 301 redirect successfully to my WP links (the…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
There has long been a debate on the internet about SEO in relation to using either sub-domains or sub-directories for blogs.
I am not terribly interested in that debate. I merely want to redirect my blogger blog to my domain, the easiest way possible, and in a manner least likely to impair the current…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
Here's the situation. I got a TLD for my blogger blog and set it up using the instructions from blogger. Blogger asks to:
Add two CNAME records. For the first CNAME, where it says Name, Label or Host enter "www" and where it says Destination, Target orPoints To enter "ghs.google.com" . For the second…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, everyone!
I'm trying to delete a blog post on blogger.com using Blogger API via Prototype Javascript library. Here's my code:
var request = new Ajax.Request(
'http://www.blogger.com/feeds/'+remoteBlogId+'/posts/default/'+postId
{
method:'DELETE',
requestHeaders:['Authorization'…
>>> More