Windows 8 Tiles

 
Douzeper
Benutzer
Avatar
Geschlecht:
Herkunft: Antrim, Northern Ireland
Alter: 55
Homepage: motorhomecraic.com
Beiträge: 555
Dabei seit: 10 / 2004
Betreff:

Windows 8 Tiles

 · 
Gepostet: 04.03.2015 - 15:27 Uhr  ·  #1
I have got some graphics made for windows 8 desktop tiles for my forum. I am going to use this code:

Code
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
  <msapplication>
    <tile>
      <square70x70logo src="images/smalltile.png"/>
      <square150x150logo src="images/mediumtile.png"/>
      <wide310x150logo src="images/widetile.png"/>
      <square310x310logo src="images/largetile.png"/>
      <TileColor>#325285</TileColor>
    </tile>
  </msapplication>
</browserconfig>


Where would be the best place to put the code and could it be added to future updates?

Thanks :)
cback
Admin
Avatar
Geschlecht:
Herkunft: Saarland
Alter: 38
Homepage: cback.net
Beiträge: 17613
Dabei seit: 12 / 2003
Betreff:

Re: Windows 8 Tiles

 · 
Gepostet: 05.03.2015 - 13:18 Uhr  ·  #2
Hi Douzeper,

this code looks like an extra XML File so nothing you can place in the template of the CF3. :)
Please look in the Microsoft Documentation for this how you should call the file. I think this is some sort of "robots.txt" or Googles "sitemap.xml" you put in your root folder and the Tile-Service of Windows 8 is looking if such a file exists or not.

(Please don't put this in the robots.txt or - if you have - sitemap.xml - that was just an example. Maybe its called something like win8tiles.xml or so, don't know how Microsoft does this, I'm a Mac guy. :D)


But unfortunately I don't integrate this directly into the CF3 Package since this is no (valid) open Web Standard and just something the vendor itself allows you to put somewhere.

Sincerely,
Chris
Douzeper
Benutzer
Avatar
Geschlecht:
Herkunft: Antrim, Northern Ireland
Alter: 55
Homepage: motorhomecraic.com
Beiträge: 555
Dabei seit: 10 / 2004
Betreff:

Re: Windows 8 Tiles

 · 
Gepostet: 05.03.2015 - 21:54 Uhr  ·  #3
Thanks Chris.

I have it working, for anyone else interested - create an .xml file browserconfig.xml with the following code and place it and the images in the root folder.


Code
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
   <msapplication>
     <tile>
        <square70x70logo src="/smalltile.png"/>
        <square150x150logo src="/mediumtile.png"/>
        <wide310x150logo src="/widetile.png"/>
        <square310x310logo src="/largetile.png"/>
        <TileColor>#325285</TileColor>
     </tile>
     </msapplication>
</browserconfig>
Der an diesem Beitrag angefügte Anhang ist entweder nur im eingeloggten Zustand sichtbar oder die Berechtigung Deiner Benutzergruppe ist nicht ausreichend.
cback
Admin
Avatar
Geschlecht:
Herkunft: Saarland
Alter: 38
Homepage: cback.net
Beiträge: 17613
Dabei seit: 12 / 2003
Betreff:

Re: Windows 8 Tiles

 · 
Gepostet: 06.03.2015 - 11:01 Uhr  ·  #4
Douzeper
Benutzer
Avatar
Geschlecht:
Herkunft: Antrim, Northern Ireland
Alter: 55
Homepage: motorhomecraic.com
Beiträge: 555
Dabei seit: 10 / 2004
Betreff:

Re: Windows 8 Tiles

 · 
Gepostet: 06.03.2015 - 12:26 Uhr  ·  #5
The Apple icons are a lot easier as no code is needed just the images, so we done those also :)
Der an diesem Beitrag angefügte Anhang ist entweder nur im eingeloggten Zustand sichtbar oder die Berechtigung Deiner Benutzergruppe ist nicht ausreichend.
cback
Admin
Avatar
Geschlecht:
Herkunft: Saarland
Alter: 38
Homepage: cback.net
Beiträge: 17613
Dabei seit: 12 / 2003
Betreff:

Re: Windows 8 Tiles

 · 
Gepostet: 06.03.2015 - 12:39 Uhr  ·  #6
Gewählte Zitate für Mehrfachzitierung:   0

Registrierte in diesem Topic

Aktuell kein registrierter in diesem Bereich

Die Statistik zeigt, wer in den letzten 5 Minuten online war. Erneuerung alle 90 Sekunden.