I know you can use Word2007 to create Blog Posts for Sitefinity, but does anyone know if you can do this in Word2003? Other there any other options to have an defined end user be able to create/modify a blog post without have to use Sitefinity's admin tools?
Thanks,
R
Sitefinity supports the Metablog API and you can edit/create blog posts with any tool that also has support for that API. Gabe Sumner wrote a post a while ago about how to set up Windows Live Writer with Sitefinity Blogs. Check it out: Blogging with ease using Sitefinity & Windows Live Writer
Related
Hello EveryOne I'm New To Umbraco I did Some Simple Umbraco Sites and Im good with so far Based on my Humble .Net background My Question is : How can i Remotely Change the Content of My umbraco form Other Pc or Something like that using Web service or APIs or what ever Im Looking foreword For a Good answer
Thanks In Advance
Depending on your needs, you can create a webapi on top of your Umbraco instance. You'll have to implement the actions yourself.
See this reference on how to implement it
Another option is installing Umbraco Rest API. This will add functionality for managing content and media through a rest service. Haven't tried this plugin myself, so no clue if works in the current version.
Some additional information can be found here
The API Documentation states that the Content API can be used to:
Edit and publish blog posts and web pages, improve SEO, and drive traffic to stores.
I'm working on migrating a site from a different platform onto BigCommerce. I was able to migrate all of the blog posts fairly easily using the API, but the documentation for the web pages resource is completely missing.
Any help here would be greatly appreciated. Thank you.
This API endpoint doesn't currently exist. It is, however, in progress. I don't have an available ETA to provide around this. This wording on the docs is misleading.
I have a blog page (developed in WordPress) and have a website (Developed in VbCommerce). My requirement is that we have to add latest three blogs into Our WebSite. So please someone tell me how can we do this?
You can do it using WP REST API plugin. And use per_page to get latest three posts. Then on your VBcommerce website, you can show latest blog posts from WordPress through CURL.
I have to integrate this API (http://api.iqrez.com/documentation/) in a template of joomla 3.0. Do you know if there is an extension that can permit me to integrate this API? Or please can you give me technical infos for integrate it?
Thank you in advance
Luca
A Joomla Template provides a theme or style mechanism for the website.
The API you've pointed to is described as "Online Booking Engine"
The Joomla Extension Directory (JED) has a section on Bookings & Reservations
Searching the JED for "iqrez" reveals no hits.
None of these are questions suitable for StackOverflow, which is why you're getting downvoted.
To integrate a Joomla site with a 3rd party API you will need to create an extension, the Docs website has a Developer portal. Depending on the exact functionality you want and the degree of integration you will need to create either a "component", "module" or "plugin". Or a combination of all three.
I'm wanting to write an app with visual basic 2008 that can post to my wordpress blogs. Has anyone done something similar? I'm looking for some relevant links or advice to get started.
Hi you need to use XML-RPC.
See this links:
MetaWeblogAPI VisualBasic .NET Code Sample
XML-RPC.NET
Using XML RPC With VB.NET
Calling the WordPress XMLRPC API from VB.net
Bye.
Wordpress uses the AtomPub protocol to remotely administer blogs. It uses https requests and xml data. I know that .NET has a very rich and easy to use interface for the web, found in namespace System.Web, and great tools for the manipulation of XML data, found in namespace System.Xml.
EDIT:
oops forgot to add in the link to the AtomPub page at the wordpress codex:
http://codex.wordpress.org/AtomPub