Need some help from a webdesigner

amazingRay

Junior Member
Joined
Jun 15, 2010
Messages
140
Reaction score
25
Asking for help from a webdesigner which has some spare time.

There is a news site, where you can vote thumbs up or down for each comment.
What I need is to put a link on a remote site which when clicked is bindend and will activate the thumbs up/down remotely. As much as I understand it's javascript.

I really would appreciate some help!

Thanks in advance

Sample Link

Here is some code from the first comment:
Code:
<div class="comment-list-el-votes"><a href="javascript:void(0);" class="comment-list-el-votes-inappr" title="Ziņo redaktoram!" id="comment-thumbs-inappr-43600789" onclick="CommentList.voteInappr('43600789', 'Nosūti redaktoram ziņu, ja uzskati, ka ?is komentārs nav piemērots!')">Ziņo redaktoram!</a><a href="javascript:void(0);" class="comment-list-el-votes-thumbs-up-a" id="comment-thumbs-up-43600789" onclick="CommentList.voteThumbsUp('43600789')">0</a><img src="http://g2.delfi.lv/misc/cc/img/default/vote-separator.gif" alt="" width="1" height="16"><a href="javascript:void(0);" class="comment-list-el-votes-thumbs-down-a" id="comment-thumbs-down-43600789" onclick="CommentList.voteThumbsDown('43600789')">0</a>
			<a style="display:none" rel="43600789:0:0"></a>
									<div class="quoting_controls comment_colorbox_user cboxElement" onclick="CommentList.setQuote(43600789);" href="#" rel="/misc/cc/lightbox/profile.php?q_id=43600789&st=1:7:42141124&q=true" title="Citēt un atbildēt">
			
				<div class="comment-list-el-votes-quote"></div>
				<div class="comment-list-el-votes-quote-text">Citēt un atbildēt</div>
				<img src="http://g2.delfi.lv/misc/cc/img/default/vote-separator.gif" alt="" width="1" height="16">
			</div>

		</div>
 
Made something like this, but aint working!

Code:
<a href="http:/sports.delfi.lv/news/winter_sports/luge/kivleniekam-sigulda-bronza-pasaules-kausa-posma-kamaninu-sporta.d?id=42141124&com=1&no=0&s=1" onClick="javascript:CommentList.voteThumbsUp('43600789')">The Text</a>

Any suggestions...
 
Hi,

Affordable Virtual Assistant is here!

Were passionate about IT and the real benefits that a properly thought through IT solution can bring to a business, large or small and I'd like to bring my enthusiasm and experience to you or on your Company to help you achieve your aims and mine.

I have almost 2 years in web development and SEO services in the IT industry. During that time I've developed my consultancy skills to a level that's been recognized as beyond my peers at any Company, my current employer.

As well as having the experience you're looking for, I'm fully qualified. I am close to finishing my Bachelor of Science in Information Technology which I have completed in my own time. This gives you an indication of my level of interest and commitment.

I would love the opportunity to meet with you personally to talk about the contribution I can make to your Company.

I am a web developer who have many experience in wordpress. I am almost 1 year as a web developer and many wordpress site has been develop. I know how to creat wordpress templates and install it using ftp or fantatico. We have a team that will made the SEO. I am for web development and the other is for SEO. We have many experience in this field because we are came from outsourcing company that has SEO and web development service.

willing to have a long term job on you. I promise that i will be good and hard working person

Thank you for your time and consideration. If you have any questions, feel free to send me an email at bernz119(at)-gmail(dot)com
I look forward to have a work from you.


Pricing & Services:

Web Developer/Designer VA: $60 per week

$220 per month


Services:

WordPress
PHP
MySQL
HTML
Web Design

Template Design (xhtml/css )
Logo / Banner Design (Photoshop)

We can evaluate your site first ? for FREE and no strings attached.

We can design SEO campaign tailored fit for your site or we can follow the campaign you are already using.

We can do tasks manually or with the use of any software ? anyway you require.

You can start our 2 days trial for just $20.



Thanks,

Berilou
_________________________
Web Developer/Designer VA,
website: berilou(dot)byethost33(dot)com
 
I am not sure of a regular script, but if you are using wordpress there is a nice little plugin that you might like: Vote It Up
Code:
http://wordpress.org/extend/plugins/vote-it-up/
 
Back
Top