The following article is compiled according to the instructions on the Internet and Mod Viet Thao belong to group J2Team
Join the channel Telegram belong to AnonyViet 👉 Link 👈 |
Today, Facebook has just released 2 new emoticons (Reaction) namely Plane ✈ and Fire ?. Some of you will have this icon, some accounts will not. For those of you who do not have a new icon, the following article will guide you to do it manually. With a secure online tool, and extremely fast.
Create Reaction Plane ✈ and Fire Fire ? in tokens
This method can be applied to phones, if you cannot use javascipt in the above way.
You use the link to create React Plane and Burning flame ? down here:
https://fb-reaction.glitch.me/react?access_token=
In there:
–
(If you don’t know how to get tokens, see detailed instructions at this lesson)
–
https://www.facebook.com/vietthao2000/posts/2027213057607469 then the id will be 2027213057607469
–
– Please note all <> let’s go.
VD: https://fb-reaction.glitch.me/react?access_token=EAAAxxxxyyyyzzzz&post_id=2027213057607469&reaction_type=FIRE
Video tutorial
The video below is authored Otis Van in the Association share Acc instructions on Iphone. You can watch the video and follow along if you still don’t understand the instructions above.
Note:
– This author’s tool does not save your access_token at all. You are solely responsible for submitting tokens to external websites. To be safe, you can use the following endpoint to destroy tokens: https://api.facebook.com/restserver.php?method=auth.expireSession&format=json&access_token=
– The author’s tool only works if your access_token is a full rights token (the token is obtained the way I mentioned above). Or get it in any other way that makes sure there are enough permissions.
Create Reaction Plane ✈ and Fire Fire ? by Javascript
First you need to create Bookmarks paragraph Javascript below into the browser.
Step 1: Open the browser and press the key combination Ctrl Shift CANCEL to open the Bookmarks bar.
Step 2: Right click on the Bookmark bar and select Add Page
Step 3: Copy the code below into the URL box. In the name box, you can name anything
javascript:let hookFacebookReactionsCounter=0;function hookFacebookReactions(){const modulesToHook=['UFICentralUpdates','UFIFeedbackTargets'];const updateFeedbackEvent="update-feedback";const defaultReactionsCount=6;const newReactions=[{name:"fire",id:14},{name:"plane",id:15}];if(window.requireLazy){window.requireLazy(modulesToHook,(UFICentralUpdates,UFIFeedbackTargets)=>{UFICentralUpdates.subscribe(updateFeedbackEvent,onUpdateFeedback);function onUpdateFeedback(eventName,feedbackObj){var supportedReactions=feedbackObj.feedbacktarget.supportedreactions;if(supportedReactions.length===defaultReactionsCount){for(let reaction of newReactions.reverse()){supportedReactions.push(reaction.id)} feedbackObj.feedbacktarget.supportedreactions=supportedReactions;UFICentralUpdates.inform(updateFeedbackEvent,feedbackObj)}}});let cssText=``;for(let reaction of newReactions){cssText+=`div[data-reaction='${reaction.id}'] div._4sm1:after { content: ' ${reaction.name}'; }`} let hookScript=document.createElement("style");hookScript.type="text/css";hookScript.textContent=cssText;(document.head||document.body||document.documentElement).appendChild(hookScript)}else{console.log('Failed to inject Facebook Reactions hook.');hookFacebookReactionsCounter++;if(hookFacebookReactionsCounter<30)setTimeout(hookFacebookReactions,50)}};hookFacebookReactions()
Or download from the link below:
Step 5: You go to the Facebook home page and then click on the newly created Page on Bookmark. Then hover over the emoticon section to see 2 new icons appear. (The plane icon is mistaken for anger, but clicking on it will take you to the plane).
Video tutorial
Good luck! If you can do it, please comment below to let everyone know :P.