meta-tags

Working example of og:audio:artist and og:audio:album

ぐ巨炮叔叔 提交于 2019-12-13 14:01:40
问题 Can someone identify ONE WEB PAGE where <meta property="og:audio:artist"> and <meta property="og:audio:album"> are actually working to set the Artist and Album when sharing the URL of the page? I have been banging away at http://www.coises.com/songs/sfcarol.htm for hours, trying every permutation of order of META tags, XML tag formats (even though it’s an HTML page), etc. (Note: though I have a home-grown share button on the page, I’m talking about sharing the URL of the page in the status

Stop meta viewport responsiveness

江枫思渺然 提交于 2019-12-13 10:11:39
问题 Demo I want to make responsiveness behaviour like at this site. There is meta viewport content set to width=device-width, initial-scale=1, maximum-scale=1 , but if i resize browser vieport size by reducing its width (about 200px width and smaller), content scales proportionally and responsiveness "swithes off". You can compare this site and jsFiddle demo with picture below. The same text with the same font-size, but scales differently. UPD I need to know how can i set 20px font size and it

in meta tag, url with slash vs url without slash [duplicate]

这一生的挚爱 提交于 2019-12-13 08:30:43
问题 This question already has answers here : Difference between Relative path and absolute path in javascript (8 answers) Closed 4 years ago . What is the difference between: <meta http-equiv="refresh" content="0; url=/file.html" /> and <meta http-equiv="refresh" content="0; url=file.html" /> I am calling this from domain.com/folder/index.html The first one would redirect to the domain.com/file.html and the other one to domain.com/folder/file.html. Why? 回答1: When you use "/" as the first

React meta tags not working for Facebook

别说谁变了你拦得住时间么 提交于 2019-12-13 07:29:17
问题 I have clone the app https://github.com/alanbsmith/react-node-example and try to use the react-helmet. By inspecting the browser I can see the meta tags values are present but when I post the URL on Facebook and try to see the meta tag status here, https://developers.facebook.com/tools/debug/sharing/ It says The properties should be passed. Please anyone can suggest whats going wrong here. Please find my component code, import '../assets/stylesheets/base.scss'; import React, { Component }

.Net MVC - Pass data from child view to layout view (Dynamic Meta Tag Updates)

匆匆过客 提交于 2019-12-13 05:56:43
问题 I know that there are duplicate questions on this, but I haven't found the answer yet. So please help. :) I am trying to change dynamically the meta tag content which is found in my layout view using back-end codes. This is so Facebook can crawl the data when the page is being shared. And until now I am unsuccessful. It's hard because MVC does not let Viewbag be read in the Layout view. Also, my Layout view is not in the shared folder. And I can't just simply transfer it there. UPDATE: The

Meta tag is not updating in view source - angular

陌路散爱 提交于 2019-12-13 02:19:52
问题 I am trying to update meta tag in angular 6 and angular univarsal but it changes only in inspect element not in view page source it remains the same which is on home page. Homepage.ts . . . import { SeoserviceService } from "./../../services/seoservice.service"; constructor(private metaService: Meta, public router: Router, public _seoService: SeoserviceService) { } ngOnInit() { this._seoService.updateTitle('Home'); //Updating Description tag dynamically with title this._seoService

Rails: How to use gem Meta-tags?

南楼画角 提交于 2019-12-12 15:27:51
问题 Has anyone tried to use meta-tags for Rails? https://github.com/kpumuk/meta-tags What does this mean? Which syntax do I need to use? Where to put it? Little docs about it. set_meta_tags :title => 'Member Login' # <title>Some Page Title</title> set_meta_tags :site => 'Site Title', :title => 'Member Login' # <title>Site Title | Page Title</title> set_meta_tags :site => 'Site Title', :title => 'Member Login', :reverse => true # <title>Page Title | Site Title</title> 回答1: You may miss the

Meta Tags In Body

本秂侑毒 提交于 2019-12-12 10:46:17
问题 I am trying to get my like button on my website www.nacts.com.au to add to the ones on our Facebook page but receive this message: You have tags ouside of your . This is either because your was malformed and they fell lower in the parse tree, or you accidentally put your Open Graph tags in the wrong place. Either way you need to fix it before the tags are usable. But it is actually placed like this under PHP <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR

Website to mobile website conversion

旧街凉风 提交于 2019-12-12 04:12:27
问题 I have a simple webpage here. If I want to convert it into mobile website, what should to my html or something such that when I open it with my mobile, I should be able to see the whole page in my screen. I tried adding this to my html code... in head <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> Mobile specs : Any web browsing supporting mobile and am targetting a width of 320px. No Horizontal scrolling allowed. Only vertical

Stretch/Fit HTML Template and Children to Window

落花浮王杯 提交于 2019-12-12 02:58:54
问题 My application generates HTML email templates. They are between 600px and 650px wide usually, but sometimes they go up to 900px. The templates are nested pretty deep (lots of table elements for email clients), and sadly all the widths/heights are hard-coded in px, not relative dimensions. This has been ok until now, because my users view them in a browser. But now I am building a mobile app. I am trying to display these templates in a webview inside various mobile clients (iPhone, Android,