Search
 
SCRIPT & CODE EXAMPLE
 

HTML

facebook share link html

<a class="btn-floating btn btn-tw" type="button" role="button" title="Share on facebook"
   href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fparse.com" target="_blank"
   rel="noopener">
  <i class="fab fa-2x fa-facebook-square"></i>
</a>
Comment

share to facebook html link

<a href="https://www.facebook.com/sharer/sharer.php?u=link_to_be_shared">Share To Facebook</a>
Comment

share link to facebook javascript

window
  .open(`https://www.facebook.com/sharer/sharer.php?u=${shareUrl}`, "_blank")
Comment

PREVIOUS NEXT
Code Example
Html :: how to center the mainin html 
Html :: bootstrap 5 datalist example 
Html :: centralizing to the middle of the screen with bootstrap 5 
Html :: fontawesome online link 
Html :: angular element onhover 
Html :: select html 
Html :: bootstrap multiselect dropdown with search stackoverflow 
Html :: empty link 
Html :: how to read an input from HTML in javascript 
Html :: making rectangle in css 
Html :: disable a tag 
Html :: nuxt input image base64 
Html :: how to call a function as soon as a page loads javascript 
Html :: html page list out content of folder 
Html :: how to add links 
Html :: command button prevent / skip validation primefaces 
Html :: html table tfoot after thead 
Html :: how to center align text in html 
Html :: bootstrap 4 button with icon 
Html :: html not displaying 
Html :: bootstrap 5 cdn js link 
Html :: how to create table row in javascript 
Html :: how to run python in html 
Html :: getproductpricehtml magento 2 
Html :: nuxt select option v-for 
Html :: align buttons next to each other bootstrap 
Html :: html button that hide and show 
Html :: html text cut 
Html :: disable overscrolling 
Html :: placeholder image html 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =