我试图设置Facebook分享。但是我在获取除链接之外的任何信息时遇到问题。
这是渲染头:
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta content='prettySocial - custom social share buttons.' property='og:title'>
<meta content='http://sonnyt.com/prettySocial/' property='og:url'>
<meta content='http://sonnyt.com/assets/imgs/prettySocial.png' property='og:image'>
<meta content='Custom share buttons for Pinterest, Twitter, Facebook and Google Plus.' property='og:description'>
这是单击按钮的位置
<a class='prettySocial fa fa-facebook' data-description="this isn't changing" data-type='facebook' data-url='http://mysite-staging.dev/orders/1' href='#'></a>
和我看到的图像
但链接设置为正确的路径。 &#34; http://mysite-staging.dev/orders/1&#34;