go41

how to link: send the post currently reading to twitter

von Joern am 16. Apr. 2009 | Keine Kommentare

To give your visitors a button (link) to send the current post they are reading to twitter, you just have to insert a short piece of code into the loop of your WordPress post.

Take your themes single.php and add this:
<a href="http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>" title="Click to send this post to Twitter!" target="_blank">Share this on Twitter</a>
this code should go below the_title or better below the_content somewhere in the meta data, where you display categories or tags.
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

Hier noch 19 weitere Ergebnisse dieses Threads:

To understand CSS I would first need to know HTML??

1. Okt. 2010 (von: riya)

I have a few semesters in school before I even get into HTML and CSS so i am reading books on my own. But which should I put more emphasis on first? I would think to understand CSS I would…

Re: To understand CSS I would first need to know HTML?? :: Reply by weblink

1. Okt. 2010 (von: weblink)

hi,Yes, HTML is the basis of all websites but CSS goes with it. CSS is for styling the HTML content, so learn both at the same time.Javascript, jQuery and Ajax are for client-side processing of special effects.PHP is for server-side…

Post not appearing in IE – css issue

1. Okt. 2010 (von: adamwork)

Please help! My posts display fine in Safari/Chrome/Firefox, but don't seem to display at all on IE.Address is:frhinews.com/royalpavilion/blogAny advice?Cheers Weiterlesen →

Re: Post not appearing in IE – css issue :: Reply by Joern

1. Okt. 2010 (von: Joern)

your template is missing a kind of footer, the end of source code should show:</body></html>check this to validate:http://validator.w3.org/check?uri=http% ... ator%2F1.1____________________you find me on Google+, Twitter and Facebook Weiterlesen →

Re: Post not appearing in IE – css issue :: Reply by adamwork

2. Okt. 2010 (von: adamwork)

Nice one thanks ) Weiterlesen →

extracting xml data using java

7. Okt. 2010 (von: riya)

I just started a new job and they threw me into a project that requires xml knowledge. Unfortunately, I know nothing about xml, so maybe this forum can help.I'm dealing with Google Maps and when you send them a geocoding…

Re: extracting xml data using java :: Reply by weblink

7. Okt. 2010 (von: weblink)

Depending on which Java JDK version you are using, the latter version has those XML related API built-in. All you need to learn is how to use them in your Java code.Web Design and Development Company, Web Development Blogs Weiterlesen…

How do I place swf ads into advertisements

16. Okt. 2010 (von: seanmcgehee)

Greetings I am experiencing problems placing swf embed code into the advertisements for the free Arthemia theme. The code works when pasted into the sidebar as a text widget. I have read all the posts on this forum and am…

Re: How do I place swf ads into advertisements :: Reply by Joern

16. Okt. 2010 (von: Joern)

It looks like you managed to show the flash banners in the arthemia ad spaces now?I see one on top and one in the sidebar.Okay, the second one is linked to a site not yet existing, but the .swf file…

Display excerpt of first and last post in front-page.php

16. Okt. 2010 (von: Joern)

As you can see I am displaying the first posts excerpt here in this bbPress forum by runningmake_excerpt(get_post_text($post->post_id));and the last answers excerpt by usingmake_excerpt( get_post_text( $topic->topic_last_post_id ) );The problem arising is that with only one post it will display the…

Re: Display excerpt of first and last post in front-page.php :: Reply by Joern

16. Okt. 2010 (von: Joern)

That was easier than expected!I used the condition:if ($post->post_id != $topic->topic_last_post_id )to display the excerpt of the answer only if is not the question itselfThe working code looks now like this:Code:<p class="quest"><?php $post = bb_get_first_post(get_topic_id());echo make_excerpt(get_post_text($post->post_id)); ?></p><?php if ($post->post_id !=…

inclusion of Bing into Firefox’s Upcoming Version

16. Okt. 2010 (von: weblink)

Hi,The inclusion of Bing into Firefox's search engine chlices was long overdue. But now Bing will be a new addition made by Firefox in their upcoming version Firefox - 4. Yes, bing will also be a part of 'out of…

Re: inclusion of Bing into Firefox’s Upcoming Version :: Reply by riya

20. Okt. 2010 (von: riya)

Can't see it making much difference seen as Google is set as the default - unless you specifically wanted to select it from the list, instead of just typing, then I can't seeing a huge impact like. Weiterlesen →

Making the technology a standard for all browsers

20. Okt. 2010 (von: weblink)

That's because Opera 11 extensions will use the same collection of Web page technologies--HTML for page contents, Cascading Style Sheets (CSS) for formatting, JavaScript for processing--as extensions in Google's Chrome, Apple's Safari 5, and Mozilla Fi... Weiterlesen →

Google Chrome 7 Stable Version Released

23. Okt. 2010 (von: weblink)

Google has released Chrome 7 stable version and fixed over 800 bugs on the three major platforms: Windows, Mac and Linux.Google has notably improved the management of HTML5 language tipped to become a standard, by using a new algorithm for…

function filter the_content replace image post_thumbnail

26. Okt. 2010 (von: master)

putting large images in some of my posts I was used to filter the content and strip off the image there.in my single.php template I used to call the 'large' thumbnail first and displayed the filtered content below like this:Code:<?php…

Tips to enhance accessibility of w3c standards compliant xhtml coded site

27. Okt. 2010 (von: riya)

Just imagine a clean and SEO semantic pixel perfect XHTML coded site highly compliant with W3C standards. But, how to get such a web portal.Below, a set of some useful ways highlighted and discussed in brief through which one can…

Re: Tips to enhance accessibility of w3c standards compliant xhtml coded site :: Reply by weblink

30. Okt. 2010 (von: weblink)

you have copied this article...look what it mean.Just imagine a clean and SEO semantic pixel perfect XHTML coded site highly compliant with W3C standards. But, how to get such a web portal.Below, a set of some useful ways highlighted and…

Re: How do I place swf ads into advertisements :: Reply by testonly

30. Dez. 2010 (von: testonly)

You can display your SWF ads top of free Arthemia theme Weiterlesen →

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: