Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > ผมทำแชร์สินค้า ให้แชร์รูปสินค้าไปยังเฟสบุ๊ค ครับ แต่ตอนนี้ทำแชร์ได้แต่รูปขึ้นไม่ตรง ครับ รบกวนช่วยดูโค๊ดให้ผมนิดหนึ่ง คับ



 

ผมทำแชร์สินค้า ให้แชร์รูปสินค้าไปยังเฟสบุ๊ค ครับ แต่ตอนนี้ทำแชร์ได้แต่รูปขึ้นไม่ตรง ครับ รบกวนช่วยดูโค๊ดให้ผมนิดหนึ่ง คับ

 



Topic : 096110

Guest




คือว่าผม ทำแชร์สินค้าให้แชร์รูปสินค้าไปยังเฟสบุ๊ค ครับ แต่ตอนนี้ทำแชร์ได้แต่รูปขึ้นไม่ตรง ครับ รบกวนช่วยดูโค๊ดให้ผมนิดหนึ่ง คับ ทำมา 2 อาทิตย์แล้ว ผมทำยังงัย รูปก็ขึ้นไม่ตรงกับสินค้า อ่ะ ครับ จะสามารถกำหนดให้ตรงได้อย่างไรครับ รบกวนพี่ ๆ ด้วย ครับ

Code (PHP)
<!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" />



<meta property="og:image" content="immage_title/<?=$file?>" />
<meta property="og:title" content="title of the page" />
<meta property="og:description"content="add a short description of the page or content"/>



<title>title</title>

</head>
<body>
<table width="990" height="161" border="0" align="center" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
        <tr>
          <td height="36" colspan="2" align="left" valign="top"></td>
        </tr>
        <tr>
          <td width="634" height="60" align="left" valign="top"><table width="627" border="0" cellspacing="0">
          
            <?php
				
			$sql="select * from table";	  
			$qu=mysql_query($sql);		 
		while($objResult = mysql_fetch_array($qu))
			{

          $id_title=$objResult['id_title']; 
		  $title=$objResult['title'];                  // หัวข้อ
		  $title_detail=$objResult['title_detail'];    // รายละเอียด
		  $file=$objResult['file'];                    // รูปภาพ
		  $title_date=$objResult['title_date'];
		 
		  ?>
            <tr>
              <td width="625">
              <?=$objResult['title_date'];?>
            </tr>
            <tr>
            
              <td></td>
            </tr>
            <tr>
<td></td>
           
            
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<a href="#" name="fb_share" id="fb_share" rel="nofollow" type="button_count" share_url="http://atx.com/index_pex.php?Page=<?=$_GET["Page"];?>"></a>
  
			            
          <?
		}
		  ?>
          
        </table>
<table width="627" border="0" align="left" cellspacing="0">
  <tr>
    <td align="left" valign="baseline">     
    </span></td>
  </tr>
</table>
<br>
<span class="style123">&nbsp;</span>              
          <td width="352" align="left" valign="top" bgcolor="#FFFFFF">&nbsp;</td>                              
        </tr>
        <tr>
          <td height="31" colspan="2" align="center" valign="bottom" bgcolor="#FFFFFF">
         
          </td>
  </tr>
</table>

<br />
</body>

</html>





Tag : PHP, HTML/CSS, JavaScript, iOS, Android, iPod







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2013-06-05 10:31:49 By : Mazzi View : 851 Reply : 8
 

 

No. 1



โพสกระทู้ ( 1,322 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์


มันจะเอาภาพไปโชว์ได้ไงครับ

<meta property="og:image" content="immage_title/<?=$file?>" />

มันไม่อยู่ใน loop while






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:33:23 By : pokultra
 


 

No. 2

Guest


ผมเอามาไว้ในลูป แล้ว แต่ก็ขึ้นไม่ตรง
Code (PHP)
<!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>title</title>

</head>
<body>
<table width="990" height="161" border="0" align="center" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
        <tr>
          <td height="36" colspan="2" align="left" valign="top"></td>
        </tr>
        <tr>
          <td width="634" height="60" align="left" valign="top"><table width="627" border="0" cellspacing="0">
          
            <?php
				
			$sql="select * from table";	  
			$qu=mysql_query($sql);		 
		while($objResult = mysql_fetch_array($qu))
			{

          $id_title=$objResult['id_title']; 
		  $title=$objResult['title'];                  // หัวข้อ
		  $title_detail=$objResult['title_detail'];    // รายละเอียด
		  $file=$objResult['file'];                    // รูปภาพ
		  $title_date=$objResult['title_date'];
		 
		  ?>
            <tr>
              <td width="625">
              <?=$objResult['title_date'];?>
            </tr>
            <tr>
            
              <td></td>
            </tr>
            <tr>
<td></td>
           
            
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<a href="#" name="fb_share" id="fb_share" rel="nofollow" type="button_count" share_url="http://atx.com/index_pex.php?Page=<?=$_GET["Page"];?>"></a>

<meta property="og:image" content="immage_title/<?=$file?>" />
<meta property="og:title" content="title of the page" />
<meta property="og:description"content="add a short description of the page or content"/>

  
			            
          <?
		}
		  ?>
          
        </table>
<table width="627" border="0" align="left" cellspacing="0">
  <tr>
    <td align="left" valign="baseline">     
    </span></td>
  </tr>
</table>
<br>
<span class="style123">&nbsp;</span>              
          <td width="352" align="left" valign="top" bgcolor="#FFFFFF">&nbsp;</td>                              
        </tr>
        <tr>
          <td height="31" colspan="2" align="center" valign="bottom" bgcolor="#FFFFFF">
         
          </td>
  </tr>
</table>

<br />
</body>

</html>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:45:15 By : Mazzi
 

 

No. 3



โพสกระทู้ ( 1,322 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์


ขอดูลิงค์ที่ใช้งานจริงอยู่หน่อยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:55:00 By : pokultra
 


 

No. 4

Guest


ที่ใช้งานจริง ครับ

Code (PHP)
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<a href="#" name="fb_share" id="fb_share" rel="nofollow" type="button_count" share_url="http://camerpixel.bwfoto.net/camerpixel/include_index_pex_1.php?Page=<?=$_GET["Page"];?>"></a>
<link rel="image_src" href="immage_title/<?=$row['file']?>" / >

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 11:01:21 By : Mazzi
 


 

No. 5



โพสกระทู้ ( 1,322 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์


Code (PHP)
<!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>title</title>
<?php
$strSQL1 = "SELECT * FROM table";
$objQuery1 = mysql_query($strSQL1)or die(mysql_error());
$objResult1 = mysql_fetch_array($objQuery1);
?>
<meta property="og:title" content="Title Site Name"/>
<meta property="og:type" content="Type"/>
<meta property="og:url" content="http://www.YouDomain.Com"/>
<meta property="og:image" content="http://www.YouDomain.Com/images/<?=trim($objResult1['img'])?>"/>
<meta property="og:site_name" content="YouDomain.Com"/>
<meta property="og:description" content="Description"/>

</head>
<body>
<table width="990" height="161" border="0" align="center" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
  <tr>
    <td height="36" colspan="2" align="left" valign="top"></td>
  </tr>
  <tr>
    <td width="634" height="60" align="left" valign="top"><table width="627" border="0" cellspacing="0">
        <?php
				
			$sql="select * from table";	  
			$qu=mysql_query($sql);		 
		while($objResult = mysql_fetch_array($qu))
			{

          $id_title=$objResult['id_title']; 
		  $title=$objResult['title'];                  // หัวข้อ
		  $title_detail=$objResult['title_detail'];    // รายละเอียด
		  $file=$objResult['file'];                    // รูปภาพ
		  $title_date=$objResult['title_date'];
		 
		  ?>
        <tr>
          <td width="625"><?=$objResult['title_date'];?>
        </tr>
        <tr>
          <td></td>
        </tr>
        <tr>
          <td></td>
          <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script> 
          <a href="#" name="fb_share" id="fb_share" rel="nofollow" type="button_count" share_url="http://atx.com/index_pex.php?Page=<?=$_GET["Page"];?>"></a>
          <?
		}
		  ?>
      </table>
      <table width="627" border="0" align="left" cellspacing="0">
        <tr>
          <td align="left" valign="baseline"></span></td>
        </tr>
      </table>
      <br>
      <span class="style123">&nbsp;</span>
    <td width="352" align="left" valign="top" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="31" colspan="2" align="center" valign="bottom" bgcolor="#FFFFFF"></td>
  </tr>
</table>
<br />
</body>
</html>



ที่ผมอยากได้คือ url เว็บคุณ ผมจะเข้าไปดูว่า $file มันมีค่าอะไร
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 11:15:47 By : pokultra
 


 

No. 6

Guest


ครับ นี่ url เว็ป ครับ http://camerpixel.bwfoto.net/camerpixel/include_index_pex_1.php รบกวนพี่อีกทีครับ ผมเพิ่งเขียนโค๊ด ไม่เก่ง เลย ครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 11:21:19 By : Mazzi
 


 

No. 7



โพสกระทู้ ( 1,322 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์


จากที่เข้าไปดูนะครับ
Code (PHP)
$file=$objResult['file'];   // เป็นค่าว่าง เช็คหน่อยว่าค่าออกมาถูกต้องไหม


Code (PHP)
<a href="#" name="fb_share" id="fb_share" rel="nofollow" type="button_count" share_url="http://atx.com/index_pex.php?Page=<;?=$_GET["Page"];?>"></a> // ตรงนี้ตรวจสอบด้วยว่าใส่ลิงค์ที่จะแชร์ถูกไหม เหมือนจะไม่ถูกนะครับ



Code (PHP)
<link rel="image_src" href="immage_title/<?=$row['file']?>" / > //แนะนำว่าให้ใส่ url แบบเต็ม 
<meta property="og:image" content="immage_title/<?=$file?>" /> //แนะนำว่าให้ใส่ url แบบเต็ม 

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 11:43:20 By : pokultra
 


 

No. 8

Guest


$file มีค่าครับ ผม ลอง echo ดูแล้ว คับ

นี่คือที่เช็คดู ตามที่พี่บอกแล้ว คับ Code (PHP)
<?php
include('config.inc.php');
include('fnalert.php');
//include('datetimepicking.php'); 
?>

<!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>bwfoto</title>

<?php

$strSQL1 = "SELECT * FROM   title";
$objQuery1 = mysql_query($strSQL1)or die(mysql_error());
while($objResult1 = mysql_fetch_array($objQuery1)){

?>
<meta property="og:title" content="Title Site Name"/>

<meta property="og:type" content="Type"/>

<meta property="og:url" content="http://camerpixel.bwfoto.net"/>

<meta property="og:image" content="http://camerpixel.bwfoto.net/camerpixel/immage_title/<?=trim($objResult1['file'])?>"/>

<meta property="og:site_name" content="http://camerpixel.bwfoto.net"/>

<meta property="og:description" content="Description"/>
<?
}
?>

</head>

<body>

<HR><table width="990" height="161" border="0" align="center" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
        <tr>
          <td height="36" colspan="2" align="left" valign="top"></td>
        </tr>
        <tr>
          <td width="634" height="60" align="left" valign="top"><table width="627" border="0" cellspacing="0">

  <?php 

$Page = $_GET["Page"];
$id_title=$_GET['id_title'];
       


$strSQL="select * from   title  "; 
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$i=1;
$Per_Page =2;   // Per Page
$Page = $_GET["Page"];
if(!$_GET["Page"])
{    
$Page=1;
}
$Prev_Page = $Page-1;
$Next_Page = $Page+1;
$Page_Start = (($Per_Page*$Page)-$Per_Page);
if($Num_Rows<=$Per_Page)
{
$Num_Pages =1;
}
else if(($Num_Rows % $Per_Page)==0)
{
$Num_Pages =($Num_Rows/$Per_Page) ;
}
else
{
$Num_Pages =($Num_Rows/$Per_Page)+1;
$Num_Pages = (int)$Num_Pages;
}
$strSQL.="order by id_title DESC   LIMIT   $Page_Start , $Per_Page";
$objQuery  = mysql_query($strSQL);	
?>
            
            <?php		  
		 
		while($objResult = mysql_fetch_array($objQuery))
			{

          $id_title=$objResult['id_title'];
		  $title=$objResult['title'];
		  $title_detail=$objResult['title_detail'];
		  $file=$objResult['file'];
		  $title_date=$objResult['title_date'];
		  
		  //echo "$file";
		 
		  ?>
            <tr>
              <td width="625">
              <?=$objResult['title_date'];?>
              <h1>
              <style type="text/css">
.word-wrap {
word-wrap: break-word;
} 
</style>
</p>
<div style="width:610px;"   class="word-wrap" /><?=$objResult['title'];?></h1></td>
            </tr>
            <tr>
            
              <td><?php echo "<img src='immage_title/$file' alt='IMG'  width='610' heigth='50'/>" ?> </td>
            </tr>
            <tr>
<td><p><style type="text/css">
.word-wrap {
word-wrap: break-word;
} 
</style>
</p>
<div style="width:610px;"   class="word-wrap" /><?=$objResult['title_detail'];?></td>


            <td>

            
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<a href="#" name="fb_share" id="fb_share" rel="nofollow" type="button_count" share_url="http://camerpixel.bwfoto.net/camerpixel/include_index_pex_1.php?Page=<?=$_GET["Page"];?>"></a>
<link rel="image_src" href="http://camerpixel.bwfoto.net/camerpixel/immage_title/<?=$objResult['file']?>"/> 



<HR />    
			            
          <?
		}
		  ?>
          
        </table>

  </table>
                <br />
               
                <br />
                <p>&nbsp;</p>
              <p><br />
                <br />
              </p></td>
            </tr>
          </table>               
              </td>                              
        </tr>
        <tr>
          <td height="31" colspan="2" align="center" valign="bottom" bgcolor="#FFFFFF">
         
          </td>
  </tr>
</table>

<br />
</body>

</html>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 12:02:46 By : Mazzi
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ผมทำแชร์สินค้า ให้แชร์รูปสินค้าไปยังเฟสบุ๊ค ครับ แต่ตอนนี้ทำแชร์ได้แต่รูปขึ้นไม่ตรง ครับ รบกวนช่วยดูโค๊ดให้ผมนิดหนึ่ง คับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่