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 answers
Related Questions in HTML
- How to store a date/time in sqlite (or something similar to a date)
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- Is there any way to glow this bulb image like a real light bulb
- With non-graphical maps in Leaflet, zoomDelta doesn't work
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- Displaying a Movie List on a Website Using Jinja2 and Bootstrap
- How to redirect to thank you page after submitting a Google form embedded into a Google Site?
- Storing selected language in localStorage
- Fences (parenthesis, braces) in HTML and MathML
- Understanding Scroll Anchoring Behavoir
Related Questions in BUTTON
- How to center fontawesome icons in a div?
- How can I eliminate or deactivate the white flash that appears when I press a button via a mobile device?
- React Node Telegram bot problem with mainButtonClicked
- Can I make this kind of radio button?
- Custom styled "Add to cart" button in WooCommerce product archive pages
- Have a script work multiple times with the same class
- How to "kill" current runnable and start a new one pressing a start/stop android button (and prevent multiple overlapping runnable processes)?
- How to customize woocommerce add to cart button position
- React: Implementing Long Press Button Functionality
- How to move expand button in bslib::card() where full_screen = TRUE to the top right?
- Why do I have to double click enter on Blazor?
- How to detect a pressed button using setInterval and without any event in javascript?
- Blogger next previous navigations missing
- How to make Scaffold floatingActionButton not clickable through
- How do I create a guizero pushbutton that acts when pressed and stops when released
Related Questions in TUMBLR
- Tumblr Automatic Insertion of Image Caption Base Upon Image File Name? - Example Script I Use on Blogger to Do This
- Tumblr Blog: How to fix Submit Page & Ask Page box column count problem?
- Image sizes when uploading to Tumblr. Pages showing different rules than for Posts. How to lazyload Post images
- How to make an SVG icon change colors once clicked and visited, and revert back to its previous color when unclicked despite being visited?
- How do I get a Tumblr Poster's avatar and username?
- How to customize a URL on tumblr
- Tumblr Theme Development - Loading and Manipulating Post Notes Appearance
- Trigger banner's blur effect while hover on text overlay
- Infinite Scrolling creates pagination sublink as I scroll
- Why am I reciving a 403 error when trying to authorize Apps Script with the Tumblr api?
- What elements should be replaced for localStorage?
- stabilize hit counter number (aka total visits) on tumblr
- How to return an empty pushState (or clear the current state) when fetching the index page
- How to transition like button status (Like -> Liked)
- Custom like button liked state didn't work
Related Questions in SOCIAL-MEDIA-LIKE
- Uploading and fetching images and videos from database
- How can i detect bad word in any languages
- How to implement Like feature similar to Instagram with Django using ajax?
- Android - Display social media like stories
- LINE's "add friend" bottons on webpage disappear if the webpage is delivered via Cloudflare proxy
- React native Social Media App Architecture
- Basic Social Media Integration, Flutter Web
- Where can i host my webapp which use mongodb as a backend server
- Getting number of likes for a user in all his posts using mongodb
- Why does Twitter's API provide a way to programmatically create "Likes," if it goes against their Automation rules?
- How can I return a number of likes in laravel withe ajax
- Implementing like and unlike functionality in Swift using Parse
- Can we access the 'Like' timestamp in Twitter?
- About like system (such as facebook like system) using myisam Mysql
- Rails 4 Ajax like button failing to wоrk
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?
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)
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: