I tried working with this coding posted on Nara's question, but I'm not sure how I'm suppose to do the HTML part of it. I kinda figured it had to be in <a href=""></a> tag, but not sure if I need to add a class or an id. I've been playing around with the coding for awhile now, but still have not figured it out. I would really appreciate it if anyone could explain it to me a bit better. It would really mean a lot.
Re: Tumblr "like-heart-button" script on homepage
1.8k Views Asked by White Wolf Wizard At
1
There are 1 best solutions below
Related Questions in HTML
- Delay in loading Html Page(WebView) from assets folder in real android device
- Why does a function show up as not defined
- CSS Class is not applying to element (border width,color,and style attributes)
- How to sort these using Javascript or Jquery Most effectively
- how to fill out the table with next values in array with one button
- Automatically closing tags in form input?
- Positioning child at bottom of parent with scroll
- Remove added set of rows
- Website zoomed out on Android default browser
- Twitter Bootstrap horizontal form elements on a line
- http://sigmajs.org/ les mis tutorial - why are my canvases 0 height?
- My navbar is not expanding after collapse
- when a checkbox is checked how to display a different hidden element using javascript
- Gaps Vertically Using Dividers
- Svg containers not positioning properly
Related Questions in BUTTON
- change content button with trigger
- PHP like button(counter) inside a table
- How can I make a button who draws a line
- Scrollable webpage navigation
- Two checkbuttons to toggle sound not working right
- HTML Button Link to Website from Text
- Unity - Gui Button issues (Android)
- I can't click the finish button it seemed to be like disabled or something
- Button Visibility in WPF at startup
- Changing background of button every second
- How do I convert point to local coordinates?
- Flash CS3: Text appears on button mouse over or text mouse over
- Android : Unable to change width of dynamic button
- Change button background with an action
- Android how am I supposed to get text using button
Related Questions in TUMBLR
- Get size of an unknown image and change class
- Tumblr posts not appearing as search results?
- How to manage to 2 languages for posts in Tumblr, on the blog and on the dashboard?
- Tumblr Like Buttons are Unclickable with Infinite Scroll
- Tumblr captions overflow container
- CSS border-radius Property Not Working
- Input form doesn't work on my tumblr blog
- Add hyperlink to lightbox image
- This page is insecure (broken HTTPS) on my Tumblr Blog
- Where is the Tumblr API Key?
- How can i display all images from a Tumblr blog on my web page using their API?
- Facebook deeplinks tumblr app for my blog links on mobile
- Tumblr Python storing of post photos urls from JSON
- Tumblr templating + static page specific HTML
- Run this JS on selected blog posts types (Tumblr)
Related Questions in SOCIAL-MEDIA-LIKE
- PHP like button(counter) inside a table
- Socialization likes
- Tumblr Like Buttons are Unclickable with Infinite Scroll
- disabling more than one "like" per post
- Instagram POST "like" in PHP isn't working any more?
- Inserting multiple id's in a mysql query?
- Uploading and fetching images and videos from database
- Instagram auto like Bookmarklet
- React native Social Media App Architecture
- Tumblr get Like Button status with Infinite Scroll
- Tumblr like button not working after infinite scroll ajax recall
- Send Like/Dislike to database with ajax
- Getting Error 400 when calling Instagram API in Objective-C
- Replacing Social Media Icons with Custom Images
- Implementing a like button in a tableviewCell in swift
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have a tutorial on this at: http://like-button.tumblr.com. It's been updated over time to eliminate the problem areas people have with implementing this. It's now a simple cut and paste.
To add Like functionality, you use the following URL and set it as the
srcattribute of an invisible<iframe>:<command>:likeorunlike<oauthId>: last eight characters of{ReblogURL}<postId>:{PostID}Example:
Cut and paste the following code block into your theme immediately before
</head>. This will give you a Like button on each post that looks like the default Tumblr grey heart. It will turn red when you hover over it and when you click it. If you click it again, it will turn grey again and delete the Like.Code:
Then cut and paste the following button code into your theme where you want your like button to be (this must be inside your
{block:Posts}block).Code: