War Room

Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 09-18-2009, 04:19 PM   #1
Web 2 Guru
War Room Member
 
Dexx's Avatar
 
Join Date: Jul 2007
Location: Canada
Posts: 549
Thanks: 24
Thanked 25 Times in 13 Posts
Social Networking View Member's Twitter Profile 
Default Is it possible to have wordpress widgets designed?

Hey all,

In regards to wordpress widgets, is it possible to have an actual design created for them?

For example on normal html sales pages, they often have Customer Testimonials in custom graphic boxes etc.

Is it possible to do such a thing with a widget?

i.e. Create a widget that looks like a television, and would load an embedded video within it, but would also be placed in different locations (i.e. not a static template location)

Or create a widget for "Customer Testimonials" and load the written or video testimonial inside of a customer?

Anyone know how such a thing could be done?

Dexx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-18-2009, 05:09 PM   #2
Advanced Warrior
War Room Member
 
Steve Diamond's Avatar
 
Join Date: Apr 2006
Location: Tucson, AZ, USA.
Posts: 972
Thanks: 106
Thanked 143 Times in 103 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to Steve Diamond
Default Re: Is it possible to have wordpress widgets designed?

Hi, Dexx. It wouldn't exactly be a widget. Those are only for placement in defined sidebar areas.

If you want a pre-formatted component that could be placed anywhere in a post or page, you would do it with a plugin that creates a shortcode. See the WordPress Codex on the Shortcode API for more info.

This kind of plugin would let you then embed special codes inside posts, for example:

Code:
[tv-frame src="video-url"]
or

Code:
[testimonial-text]This is a testimonial.[/testimonial-text]
You could even have the plugin add toolbar icons to the WP WYSIWYG edit box to make it easier to embed these codes.

HTH.

Steve

Executive I.T. consulting for small/medium business
Website development | PHP - MySQL - JavaScript expert programming
Software requirements analysis | Specification writing
Project management | Vendor relationship management
Steve Diamond is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Steve Diamond For This Useful Post:
Old 09-18-2009, 05:24 PM   #3
Web 2 Guru
War Room Member
 
Dexx's Avatar
 
Join Date: Jul 2007
Location: Canada
Posts: 549
Thanks: 24
Thanked 25 Times in 13 Posts
Social Networking View Member's Twitter Profile 
Default Re: Is it possible to have wordpress widgets designed?

Oh wow Steve, thank you for that!

Okay, so is that something I could request someone on Rentacoder to do?

I would just put a request out for a pre-formatted wordpress plugin to allow for the placement of a TV or testimonial box?

Or what would I describe it as to locate someone to create/design such a thing?

Dexx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-18-2009, 06:17 PM   #4
M2
Marketing Consultant
 
M2's Avatar
 
Join Date: Jul 2009
Location: Kelowna, BC, Canada
Posts: 50
Thanks: 2
Thanked 3 Times in 3 Posts
Default Re: Is it possible to have wordpress widgets designed?

Dexx! You crazy man, you can find some wicked outsourcing at scriptlance.com to do this dirt cheap.

Hope all is well btw.

Mikey
M2 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-18-2009, 06:35 PM   #5
Advanced Warrior
War Room Member
 
Steve Diamond's Avatar
 
Join Date: Apr 2006
Location: Tucson, AZ, USA.
Posts: 972
Thanks: 106
Thanked 143 Times in 103 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to Steve Diamond
Default Re: Is it possible to have wordpress widgets designed?

Quote:
Originally Posted by Dexx View Post
Oh wow Steve, thank you for that!

Okay, so is that something I could request someone on Rentacoder to do?

I would just put a request out for a pre-formatted wordpress plugin to allow for the placement of a TV or testimonial box?

Or what would I describe it as to locate someone to create/design such a thing?
Well, that's pretty close. You might want to specify how you want it to work in more detail.

Another alternative would be to look for an existing plugin. Here's a free video plugin that has several styles of player included, for example.

And another alternative for the testimonial box is to simply use CSS styling for the blockquote element in the theme. (This is the formatting you get when you tell WP's editor to indent a block of text.) Lots of themes have fancy blockquote formats. Look around for a nice one and copy it.

I hate to see you pay good money to reinvent a wheel that already exists.

Steve

Executive I.T. consulting for small/medium business
Website development | PHP - MySQL - JavaScript expert programming
Software requirements analysis | Specification writing
Project management | Vendor relationship management
Steve Diamond is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Steve Diamond For This Useful Post:
Old 09-19-2009, 02:33 AM   #6
Web 2 Guru
War Room Member
 
Dexx's Avatar
 
Join Date: Jul 2007
Location: Canada
Posts: 549
Thanks: 24
Thanked 25 Times in 13 Posts
Social Networking View Member's Twitter Profile 
Default Re: Is it possible to have wordpress widgets designed?

Quote:
Originally Posted by M2 View Post
Dexx! You crazy man, you can find some wicked outsourcing at scriptlance.com to do this dirt cheap.

Hope all is well btw.

Mikey
Heh ya I'm think I'll hit up R.A.C, thnx Mikey =)

Dexx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-19-2009, 02:38 AM   #7
Web 2 Guru
War Room Member
 
Dexx's Avatar
 
Join Date: Jul 2007
Location: Canada
Posts: 549
Thanks: 24
Thanked 25 Times in 13 Posts
Social Networking View Member's Twitter Profile 
Default Re: Is it possible to have wordpress widgets designed?

Quote:
Originally Posted by Steve Diamond View Post
Well, that's pretty close. You might want to specify how you want it to work in more detail.

Another alternative would be to look for an existing plugin. Here's a free video plugin that has several styles of player included, for example.

And another alternative for the testimonial box is to simply use CSS styling for the blockquote element in the theme. (This is the formatting you get when you tell WP's editor to indent a block of text.) Lots of themes have fancy blockquote formats. Look around for a nice one and copy it.

I hate to see you pay good money to reinvent a wheel that already exists.

Steve
Ahh good ideas again, thnx, will look!

Dexx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
designed, widgets, wordpress

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 07:37 AM.