Build a twitter module that will allow the administrator to tweet the product name and URL directly to their twitter account when creating and / or updating a product. Options could include ability to manually tweet a product or have it done automatically.
The above would be great on it's own but to make it the best twitter app for opencart ever made you would need to add a URL shortening function to the app. I'm not talking about linking to a 3rd party URL shortening service, but an internal service that would keep the domain name in the URL but use stubs instead of category names and long product names.
Why go through this trouble? It's simple really, keeping the domain name in the tweet is essential for branding purposes. I'm not interested in promoting another business on twitter and that's what happens when you use a 3rd party URL shortening service to promote your store.
Here's an example of what I have in mind. If it's built the first way, without URL shortening service then the tweet could look something like this:
Code: Select all
Just Added: Widgets! @ www.shop-url-is-very-long-for-seo-purposes.com/gadgets/tools/widgets
However if we add the URL shortening service that automatically generates a shorter stub, our link gets even shorter! This would help those with very long domain names that won't fit in a tweet along with other information. Here's the example of what it could look like:
Code: Select all
Just Added: Widgets @ www.shop-url-is-very-long-for-seo-purposes.com/gt7w
That's my idea in a nutshell. Of course I would be happy to hear about any suggestions you might have for improvement. Lastly, if you build it, I want to help test it, please and thank you!