xlog-Note-32022-15

Token ID: 5

ERC-721 1 Transfers

Metadata

{
  "title": "xLog Weekly Summary #7 - Week 47, 2022",
  "tags": [
    "post",
    "Weekly"
  ],
  "summary": "We have completed a few more features that we have been waiting for, and I can't wait to introduce them to you!",
  "sources": [
    "xlog"
  ],
  "external_urls": [
    "https://xlog.xlog.app/week47-2022"
  ],
  "date_published": "2022-11-28T16:44:42.370Z",
  "content": "We have completed a few more features that we have been waiting for, and I can't wait to introduce them to you!\n\n## NFT Showcase\n\nWe have never found a satisfactory place to display our NFTs, some cannot properly display video or special types of NFTs, and some have only a few chains.\n\nIt's a good idea to display NFT collections in the blog, and with [Unidata](https://unidata.app/guide/assets/Ethereum-NFT/)'s powerful aggregation capabilities and comprehensive data, we support the acquisition and display of NFTs from the Ethereum mainnet, Polygon, BNB Chain, Avalanche, Arbitrum, Fantom, POAP, Moonbeam, Optimism, and so on.\n\nWe also detect the MIME types of NFT static files on the back end so that the front end can correctly display different types of NFTs including images, videos, 3D models, iframes, etc.\n\nHere is a good example:\n\nhttps://diygod.me/nft\n\n![image](ipfs://bafybeif7euzmc2bf32klqgitzcxhio3kblgf5cpcf6gsq7lufm6w6eh4si)\n\nFeel free to add it to your navigation.\n\nWe are also aware of the existence of many spam NFTs, so xLog also allows you to easily filter these NFTs by CSS that you do not want to display.\n\n![image](ipfs://bafkreif6mhlukiis56q6ps4ufbqiugtngf3ik6jzq3bzdrktyxtzrnbjzu)\n\nWe identify the collection, network, token id, and name of the NFT in the HTML to make it easier to write filter rules.\n\nFor example, filtering by collection\n\n```css\n.xlog-nft[data-collection=\"0x0251af933d0ace03f817a37613bf5f0a437021e1\"] {\n  display: none;\n}\n```\n\nOr filtering by name:\n\n```css\n.xlog-nft[data-name^=\"CryptoArt \"] {\n  display: none;\n}\n```\n\n## Operators\n\nWe have always planned to make a collaboration feature to provide better rights management for group users. With the recent upgrade of the Crossbell contract, this has finally become a reality. Let's take a look at how operators work!\n\n1. Open Dashboard -> Settings -> Operators\n1. Add addresses you trust and want to work with. Click Save button and use your wallet to sign the transaction.\n  ![screenshot-xlog.app-2022.11.28-16_43_34](ipfs://bafybeifule3lb4uaenrpiaqvvqrq3ukborr7dxu4bv5k4djwekbtze33w4)\n  Once the transaction is successful, the address can operate your posts and settings, so please be careful.\n1. Finally, tell the address holder to enter your dashboard (`https://xlog.app/dashboard/[your subdomain]`) and start writing.\n  ![image](ipfs://bafybeiekyq4rtqnjfccxsf6wbrfhxojmeanhzqwqvkozthofpxxi33ruay)\n\n## SEO\n\nWe've added some magic to make search engines index your xLog faster and better. \n\n###  Structured Data Markup\n\nA data format supported by Google that helps search engines understand the content of your xLog. We generate this structure for each post, including the post title, update and posting time, author, etc.\n\n![image](ipfs://bafkreiftpij6kst7socsqpfxde4umvbddgki6ycz45efcuusb7kezxw7le)\n\nYou can see a more detailed description [here](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data).\n\n### sitemap.xml\n\nWe generate a sitemap for each xLog, which contains all your posts, and search engines will index your posts based on this map.\n\nhttps://xlog.xlog.app/sitemap.xml\n\n### robots.txt\n\nWe have added robots.txt to tell search engines not to index some internal pages and sitemap location.\n\n```\nUser-agent: *\nDisallow: /dashboard/\nDisallow: /preview/\n\nSitemap: https://xlog.xlog.app/sitemap.xml\n```\n\nhttps://xlog.xlog.app/robots.txt\n\n## Views\n\nIt is important and rewarding to know how many people have read your posts, so we count the number of views on each post in the backend. But for efficiency reasons, using the blockchain for it is not possible, so it becomes our only feature that is not on the chain, which was also a difficult decision for us, if you don't like it, feel free to hide this feature via CSS or suggest your better ideas to us.\n\n![screenshot-xlog.xlog.app-2022.11.28-18_55_53](ipfs://bafkreife7uiclr56haokgskh6klrnnwjvhmhbbfrjninymkldln4ps5uwq)\n\nJust like always, if you have any suggestions or expectations, or just want to have a casual conversation, feel free to join our community or leave a comment below. Cheers! 🍻\n\n- [Join xLog's Discord channel](https://discord.gg/9XscSqJEq4)\n- [Follow xLog's xLog](https://xlog.xlog.app/)\n- [View xLog's source code or participate in its development](https://github.com/Crossbell-Box/xlog)\n- [Follow xLog's Twitter](https://twitter.com/_xLog)\n",
  "attributes": [
    {
      "value": "week47-2022",
      "trait_type": "xlog_slug"
    }
  ]
}