Does the AnQiCMS contact information tag support displaying multiple custom social media accounts at the same time?

Calendar 👁️ 58

As an experienced website operations expert, I know that in the increasingly diverse digital age, whether a website can effectively connect with its audience largely depends on the breadth and convenience of its contact information display.AnQiCMS (AnQiCMS) has always been committed to providing flexible and efficient solutions in content management, then, is the contact information tag of AnQiCMS supported to display multiple custom social media accounts at the same time?This specific question, my answer is: Fully supported and designed to be very flexible.

AnQiCMS'contactThe tag is a core component of its powerful template engine, dedicated to retrieving various contact information from the background.It is not limited to traditional phone, email and address, but also deeply considers the modern website's needs for multi-channel communication.

Contact information tag overview of AnQi CMS

In the AnQiCMS backend, you can easily manage all the contact information published externally under the "Contact Information Settings" in the "Backend Settings". This information iscontactThe tag is called in the front-end template. For example, if you need to display the contact phone number of the website, just write it in the template.{% contact with name="Cellphone" %}The system will automatically read and display the phone number you entered in the background. This calling method is concise and intuitive, greatly reducing the difficulty for front-end developers to obtain dynamic data.

Built-in social media support, meets mainstream needs

To adapt to the trend of globalization and multi-platform promotion, AnQiCMS is incontactThe tag has pre-set many mainstream social media fields.This includes WhatsApp, Facebook, Twitter, Tiktok, Pinterest, Linkedin, Instagram and Youtube, etc.This means you can directly fill in these social media links or account IDs in the background, and then use them in the template according to their correspondingname(for example{% contact with name="Facebook" %}/{% contact with name="Instagram" %}Easily call and display. This built-in support allows websites to quickly integrate common social media channels without additional development.

Flexible custom extension capabilities, seamless integration with multiple accounts

AnQiCMS is truly remarkable for its excellent flexibility and scalability.When the built-in social media fields cannot meet your specific needs, for example, if you have multiple similar social media accounts (such as two Facebook pages), or need to display a social platform that AnQiCMS has not yet preset, you can add an arbitrary number of custom contact methods through the "Custom Settings Parameters" feature in the "Contact Information Settings" backend.

The operation is very simple: just click "Add a new custom setting item", enter a "parameter name" (it is recommended to use camel case, such as "SecondFacebook" or "WeChatOfficialAccount"), then fill in the corresponding "parameter value" (such as the link or account ID of social media), and finally add a "note" for easy management.Once saved, this custom parameter has the same call ability as built-in fields.You can use it in the template to{% contact with name="SecondFacebook" %}In order to call it, thus achieving the simultaneous display of multiple custom social media accounts of the same type or different types.This design logic ensures that AnQiCMS can provide stable and flexible support regardless of how complex and diverse your business communication channels are.

How to integrate display in the template

Whether you are calling the built-in social media field of the system or extending the parameters through custom settings, their integrated display methods in the template are unified and coherent.You can place these tags flexibly at the header, footer, sidebar, or a dedicated contact us page according to the layout of the website.All PassedcontactThe information called by the tag will always be based on the latest value set in your background, ensuring the timeliness of content updates. For example:

{# 显示内置的Facebook账号 #}
<div>关注我们的Facebook:<a href="{% contact with name="Facebook" %}" target="_blank">Facebook主页</a></div>

{# 显示通过自定义参数添加的第二个WhatsApp账号 #}
<div>紧急联系WhatsApp:<a href="https://wa.me/{% contact with name="CustomWhatsApp" %}" target="_blank">即时聊天</a></div>

{# 显示另一个内置的Twitter账号 #}
<div>关注我们的Twitter:<a href="{% contact with name="Twitter" %}" target="_blank">Twitter动态</a></div>

In this way, you can not only easily display traditional social media platforms like Facebook, Twitter, but also concurrently display your custom second WhatsApp account or any other personalized contact information, with all information presented clearly and orderly on your website.

Summary

In summary, AnQiCMS'scontactThe label has fully considered the actual needs of the website operator in design.It not only provides out-of-the-box support for mainstream social media platforms, but also empowers users with infinite extensibility through its powerful custom parameter function, ensuring that you can manage and display multiple custom social media accounts flexibly and efficiently.This design philosophy allows your website to maintain simplicity in management while also maximizing diverse interactions with visitors.


Frequently Asked Questions (FAQ)

  1. Ask: Why didn't the custom social media account I added display on the front end?Answer: After AnQiCMS's custom parameters are set in the background, you still need to manually modify the front-end template files, using{% contact with name="您的自定义参数名" %}Call its syntax. If you do not explicitly call it in the template, even if it is configured on the backend, the front end will not automatically display it.

  2. Ask: Can I add multiple different account links for the same social media platform (such as Facebook)?Answer: yes. Although AnQiCMS has built-in fields like "Facebook", if you need to display a second or more Facebook accounts, you can create new custom fields (such as "SecondFacebook", "ThirdFacebook") through the "Custom Settings Parameters" feature, and fill in different links for each field.Then, call these custom parameters respectively in the template.

  3. Ask: Can custom social media accounts automatically match the corresponding social media icons?Answer: AnQiCMS'contactThe label is responsible for outputting the text or link data you configure in the background, and it does not provide the function of automatically matching social media icons.Social media icons usually require you to manually implement the corresponding icon display in the frontend template, based on the social media type being called (whether built-in or custom), using CSS or by introducing an icon library (such as Font Awesome).

Related articles

How to display all AnQiCMS contact information uniformly at the footer of the website without repeating code?

Certainly, as an experienced website operations expert, I am more than happy to provide a detailed explanation of how to implement the unified management and display of website footer contact information in AnQiCMS, ensuring efficient content maintenance and concise code. --- ## Say goodbye to repetitive labor: Efficiently manage website footer contact information in AnQiCMS In website operations, the footer usually carries important information such as the company's contact information, copyright statements, friend links, filing numbers, and so on.This information is not only an important way for users to obtain the basic situation of the site

2025-11-06

What default social media contact method tags does AnQiCMS support?

As an experienced website operations expert, I am well aware that seamless integration between websites and social media is crucial in today's digital marketing environment.A high-efficiency content management system (CMS) should not only provide content publishing capabilities, but also simplify users' interactions with social platforms.AnQiCMS (AnQiCMS) performs well in this aspect, providing great convenience to website operators through built-in contact label tags.Today, let's delve into which social media contact methods AnQiCMS supports by default, and how to cleverly use them to enhance the user connection efficiency of the website

2025-11-06

How to insert WeChat QR code picture into the website through AnQiCMS contact method tags?

As an experienced website operations expert, I fully understand the importance of efficient communication between websites and users.In today's digital age, WeChat, as an important social tool, its QR code has become an indispensable part of enterprises attracting attention, providing services, and accumulating users.For operators using AnQiCMS (AnQi Content Management System), how to cleverly embed WeChat QR code images on the website, maintaining the professional image of the website while making it convenient for users to scan and follow, is the key to improving user experience and conversion rates.AnQiCMS with its efficient based on Go language

2025-11-06

How to correctly display the WeChat number of the website in the AnQiCMS template?

As an experienced website operations expert, I fully understand the importance of social media channels, especially WeChat, in connecting enterprises with users, providing services, and even promoting sales in the digital age.AnQiCMS (AnQiCMS) is a content management system tailored for operators, naturally taking full consideration of these common operational needs.Today, let's delve deeply into how to display your website's WeChat number in the AnQiCMS template in the most correct and elegant way.

2025-11-06

How to call the custom contact information field added in the AnQiCMS template?

The complete guide to calling the custom contact information field in AnQi CMS template: from backend configuration to frontend display As an experienced website operations expert, I know the importance of a flexible and efficient content management system for a corporate website.AnQiCMS stands out among many CMSs with its powerful custom capabilities and SEO-friendliness.It can not only help us easily manage content, but also seamlessly integrate various information configured in the background with the front end of the website through its flexible template mechanism.Today, let's delve into a very practical scenario

2025-11-06

How to add a new custom contact field in the AnQiCMS contact information settings?

## Contact Information Setting for AnQi CMS: Easily add custom fields to meet your unique needs In the operation of a website, an efficient and personalized way of displaying contact information is often the key to establishing trust and promoting conversions between enterprises and users.AnQi CMS knows this, its powerful customizability allows you to easily go beyond default settings, add exclusive contact fields to your website, and ensure that your site perfectly fits the unique needs of your business.AnQi CMS is an efficient and customizable enterprise-level content management system that provides rich content models and SEO tools

2025-11-06

What are the naming conventions or suggestions when defining a custom contact method field?

In the powerful function ecosystem of Anqi CMS, the flexibility of custom contact information fields is undoubtedly a key factor in improving website operation efficiency.As an experienced website operations expert, I know that every detail can affect the overall performance of the website, and the naming conventions of 'parameter names', although seemingly trivial, are actually related to the maintainability, scalability, and smoothness of team collaboration of the website content.

2025-11-06

How should the 'parameter value' be filled in for the customized contact information in the AnQiCMS background to be correctly called in the template?

As an experienced website operations expert, I am well aware of how crucial it is to efficiently utilize each feature of a rich platform like AnQiCMS to serve the website content.Today, let's delve deeply into a seemingly simple yet often perplexing issue for many operators: 'How should the 'parameter value' of the customized contact information be filled in the AnQiCMS backend so that it can be correctly called in the template?'}]This is not just a technical detail, it is also about the precise presentation of website information and the smoothness of user experience.

2025-11-06