I want to add my fb image by html coding..can anyone suggest me tag and coding for that ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to add my fb image by html coding..can anyone suggest me tag and coding for that ?

plz...help..i wanna known

21st Sep 2017, 1:49 PM
Ranjan Kumar
Ranjan Kumar - avatar
9 Answers
+ 4
<img src="https://mgl.skyrock.net/big.71625612.jpg?50596360"> should work ^^ When you get the link of an image after a google search, select it to be displayed full screen in google page (the link you've provided), and then, use the three colon dots menu (right-bottom) and select 'show original image' (or something like that: english is not my default language ;P): that will open it in a new tab where you can copy the normal url (src) showed in the address bar of your browser ;)
22nd Sep 2017, 12:51 PM
visph
visph - avatar
+ 1
u mean your profile picture to get as an output??
21st Sep 2017, 2:13 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
it's not possible to get your profile image as an output just with html.. because u need to learn graph API of Facebook to get user profile pictures which dynamically changes.. but the only thing right now you can do it by using html is..place your Facebook profile picture link in the src attribute.. <img src="image.jpeg"/>
21st Sep 2017, 2:38 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
where do u want to add.. and what kind of image.. please provide more details..
21st Sep 2017, 2:09 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
i want want to join my facebook profile pic to my html output.....by only html coding ...can you tell me how
21st Sep 2017, 2:12 PM
Ranjan Kumar
Ranjan Kumar - avatar
0
yes
21st Sep 2017, 2:33 PM
Ranjan Kumar
Ranjan Kumar - avatar
0
but only by html coding. .
21st Sep 2017, 2:34 PM
Ranjan Kumar
Ranjan Kumar - avatar
0
its kind of easy, you go to your facebook page, right click on your image, copy the image link, then use <img src=" link of your image " />
21st Sep 2017, 3:10 PM
Raran Costa
Raran Costa - avatar