Hi,
Is it posible to create a blog with xara?
Hi,
Is it posible to create a blog with xara?
Depends on who you ask
Xara Xtreme or Xara Web Designer is not specifically designed to create blogs.
You could create a blog at blogger.com or similar service and then use a placeholder with an HTML iframe of the blog.
For example, www.mscorporateamerica.com/press_releases.htm is an iframe of http://mcapress.blogspot.com/
Wrapping an external blog with Xara Xtreme html and graphics is not a blog created with Xara software then is it
But you're right, it's a workable solution when you want to use a personal design.
Thanks guys very helpful
Yesterday I got some good advice to create a blog with blogger, copy the HTML and insert into a placeholder using Iframes.
Only problem is I don't know where to insert the HTMl.
This is what I have so far from I frames. Do I copy all the HTML form My Blog site and drop it in?
<iframe src ="html_intro.asp" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
Not quite.
You only need the full URL to your blog in the iframe src=**
<iframe src ="http://www.blogger.com/home" width="100%" height="100%" frameborder=0 scrolling=auto>
<p>Your browser does not support iframes.</p>
</iframe>
See attached .web file.
PS: I have merged your new thread with the previous thread of the same title and same question.
Not necessary to open new thread about the same subject
Thanks Sledger...
I will give that a go.
I have heard and read so much about blogs being great for SEO, my question is would using a placeholder and having the blog hosted by blogger.com (externally) benefit me for SEO purposes.
Thanks in advance
Kash
A question with a thousand answers, Kash.
From what I can tell, the biggest complaint regarding the SEO of an iframe is whether the frame is content that is at the same url or pulled in from another as well as whether the content in the iframe links back to the stuff outside of it or not.
For example, I've seen people try to take the WHOLE wordpress or blogger type blog and place it in the iframe as above, including all of its own internal navigation, which of course doesn't go back to the parent site, but gets you around within the blog.
I have two preferred methods for dealing with Blogs and Xara:
1. Create the blog (in wordpress.org, locally hosted in my case) external to the Xara site completely. Customize the wordpress template to look a lot like the rest of your site, copy the banner and other identifying elements to the wordpress template, and create links in the navigation area that point to the various pages on your regular site.
or
2. Create the wordpress.org based blog and strip the header, sidebar, and footer parts out of the php engine for the blog loop (which probably sounds harder than it is). Then iframe the main portion of the blog within a placeholder in the Xara site. The benefit here is that it's a little easier, the blog is ON your site and looks like it but you didn't have to rebuild a whole template to get it there. The downside to this is that the things like RSS and such will link directly to the wordpress innards - so people going back to your site via those feeds would get a mostly unstyled page rather than to the shell of your site that iframes the wordpress contents in. So your best bet here is to not have the RSS and such on that Blog - which is fine for updates from the site owner, but does kind of side step one of the useful technologies of Blogs - the social and autoupdate nature.
Another option to deal with option 2 is to create your own RSS feeds that point to the right page within your host site. There are some issues with this as well, and it certainly takes more active maintenance to keep up with.
Hope this adds something.
Bookmarks