Oldalak

Showing posts with label facebook. Show all posts
Showing posts with label facebook. Show all posts

Thursday, January 5, 2017

How to embed video in your site, from FACEBOOK



Things communicated to the Facebook to share your site can be embedded in a public post or video. To embed a video containing entries posted with the video message will be displayed. If only the video embeds, will only appear in the video player.
Embed this video:

     Open the video you want to embed.
     the top-right of the entry, click the icon and choose Embed Video.
     Copy and paste the code displayed and add them to your website or your own website.

If beágyazol a video and its target audience is a change in the public setting, your website, a message will warn that the embedded video is no longer available.
Note: Facebook does not currently provide the possibility of downloading videos.





Thursday, January 21, 2016

facebook plugin

Facebook plugin segítségével beilleszthető az oldaladba
így fog kinézni.

ez a link ahol elkészítheted
https://developers.facebook.com/docs/plugins/page-plugin


Friday, May 2, 2014

PhP-webmarket: Share in Facebook

PhP-webmarket: Share in Facebook: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional....

Share in Facebook



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Share in Facebook</title>
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body onload="MM_preloadImages('shareface2.png')">

<a href="http://www.facebook.com/share.php?u=http://php-webmarket.blogspot.com/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('facebook_share_pics','','shareface2.png',1)"><img src="shareface.png" name="facebook_share_pics" width="200" height="300" border="0" id="facebook_share_pics" /></a><a  rel="nofollow" href="http://www.facebook.com/share.php?u=http://www.tutorial.hu" onclick="return fbs_click()" target="_blank" class="fb_share_link"> </a>


</body>
</html>